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


IGeoDataServer.ImportReplicaSchemaChanges Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

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