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