Provides access to members that return the properties of a replica dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
See the IReplica::ReplicaDatasets method or the IWorkSpaceReplicaDatasets to find how to return ReplicaDatasets from a check-out.
The ParentDatabase , ParentOwner and Name properties uniquely identify the dataset in the master geodatabase.
Members
Description | ||
---|---|---|
DatasetID | The ID of the dataset. | |
Name | The name of the dataset. | |
ParentDatabase | The name of the master geodatabase the dataset was checked out from. | |
ParentOwner | The owner of the dataset in the master geodatabase. | |
ReplicaID | The ID of the replica associated with this dataset. | |
Type | The type of the dataset. |
CoClasses that implement IReplicaDataset
CoClasses and Classes | Description |
---|---|
ReplicaDataset | ESRI Replica Dataset object. |