This document is archived and information here might be outdated.  Recommended version.


IGeoDataServer.ImportReplicaSchemaChanges Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer Interface > IGeoDataServer.ImportReplicaSchemaChanges Method
ArcGIS Developer Help

IGeoDataServer.ImportReplicaSchemaChanges Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IGeoDataServer Interface