This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer Interface > IGeoDataServer.ImportReplicaSchemaChanges Method (ArcObjects .NET 10.4 SDK) |
Updates the schema of the replica with the changes in an schema changes XML document.
[Visual Basic .NET] Public Sub ImportReplicaSchemaChanges ( _ ByVal schemaChangesDoc As IGDSData _ )
[C#] public void ImportReplicaSchemaChanges ( IGDSData schemaChangesDoc );
[C++]
HRESULT ImportReplicaSchemaChanges(
IGDSData* schemaChangesDoc
);
[C++]
Parameters schemaChangesDoc [in]
schemaChangesDoc is a parameter of type IGDSData
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.