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 | ||
---|---|---|
AddDatasetNames | Adding dataset names to the existing list of replica description dataset names. | |
DatasetNames | A list of dataset names to include in a replica. | |
FindTable | Gets the index number of a dataset. | |
Init | Defines the datasets to replica or extract and the output geodatabase. | |
IsPrivateTable | Indicates if a dataset is private or not. | |
ReplicaModelType | Defines whether to output the data as simple datasets or as they are defined in the master geodatabase. | |
TableExcluded | Indicates if a table is to be excluded from a replica. | |
TableName | The name of a dataset to check out. | |
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.