Exports the schema of a replica to an Xml document.
ExportReplicaSchema(string ReplicaName, esriGDSTransportType TransportType)
Parameter |
Description |
ReplicaName
|
Name of the replica. |
TransportType
|
Defines how the client will be able to retrieve
the results. See esriGDSTransportType
for more information. |
Return Value
A GDSData object.
Remarks
The geodata services support synchronization of schema changes that affect the datasets in a replica pair. The steps are:
• Export schema changes from GeoDataServer / Replica 1.
• Compare replica 1’s schema changes to the schema of replica 2. This generates a schema changes document.
• Import the schema changes document into GeoDataServer / Replica 2.
The bullets above correspond to calls to ExportReplicaSchema, CompareReplicaSchema, and ImportReplicaSchema. They all use XML documents.
Examples