Updates the schema of the replica with the changes in an schema changes XML document.
[Visual Basic 6.0] Sub ImportReplicaSchemaChanges(
ByVal schemaChangesDoc As IGDSData _
)
[Visual Basic .NET] Public Sub ImportReplicaSchemaChanges ( _ ByVal schemaChangesDoc As IGDSData _ )
[C#] public void ImportReplicaSchemaChanges ( IGDSData schemaChangesDoc );
[Java] public void importReplicaSchemaChanges ( IGDSData schemaChangesDoc ) throws IOException, AutomationException
[C++] HRESULT ImportReplicaSchemaChanges( IGDSData* schemaChangesDoc );
The ImportReplicaSchemaChanges method updates the schema of the replica with the changes in a schema changes XML document.
The schemaChangesDoc is GDSData object which references the schema changes XML document. The schema changes XML document must first be generated by running the IGeoDataServer::CompareReplicaSchema method.