ArcObjects Library Reference (GeoDatabase)  

IReplicaDescription Interface

Provides access to members which set and return the properties of a ReplicaDescription object. Note: the IReplicaDescription interface has been superseded byIReplicaDescription2. Please consider using the more recent version.

Product Availability

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

Members

Description
Method AddDatasetNames Adding dataset names to the existing list of replica description dataset names.
Read-only property DatasetNames A list of dataset names to include in a replica.
Method FindTable Gets the index number of a dataset.
Method Init Defines the datasets to replica or extract and the output geodatabase.
Read/write property IsPrivateTable Indicates if a dataset is private or not.
Read/write property ReplicaModelType Defines whether to output the data as simple datasets or as they are defined in the master geodatabase.
Read/write property TableExcluded Indicates if a table is to be excluded from a replica.
Read-only property TableName The name of a dataset to check out.
Read-only property TableNameCount The number of table type objects that will be checked out.

CoClasses that implement IReplicaDescription

CoClasses and Classes Description
ReplicaDescription Defines the datasets in a replica.

Remarks

This interface provides properties and methods for specifying the datasets to be used during check out. The IReplicaFilterDescriptionEdit interface can then be used to define which rows are to be checked out from these datasets.

.NET Related Topics

Using replica creation events to extend the replica creation process