This document is archived and information here might be outdated.  Recommended version.


IReplicaDataset Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDataset Interface
ArcGIS Developer Help

IReplicaDataset Interface

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

Name Description
Read-only property DatasetID The ID of the dataset.
Read-only property Name The name of the dataset.
Read-only property ParentDatabase The name of the master geodatabase the dataset was checked out from.
Read-only property ParentOwner The owner of the dataset in the master geodatabase.
Read-only property ReplicaID The ID of the replica associated with this dataset.
Read-only property Type The type of the dataset.

Classes that implement IReplicaDataset

Classes Description
ReplicaDataset Esri Replica Dataset object.