GeoData Service ExpandReplicaDatasets method

Expands a set of replica datasets taking into consideration geodatabase constructs (topologies, relationship classes, etc.).

 

ExpandReplicaDatasets(ArrayOfGPReplicaDataset ReplicaDatasets)

 

Parameter

Description

ReplicaDatasets

 

The list of datasets to replicate or extract.

 

Return Value

 

An ArrayOfGPReplicaDataset object.

 

Remarks

 

To maintain the consistency of the data, the process of creating a replica or extracting data involves an expansion of the original datasets. The topologies, networks, and relationship classes associated with the original datasets are followed, and datasets on the other end are added to the input set of datasets. The method ExpandReplicaDatasets should be used to cause this expansion and getting back the set of expanded datasets prior to doing the replica creation or extraction. Applications can then remove datasets from the replica datasets array and call CreateReplica or ExtractData.

 

Examples

C#

VB.NET

Java