This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplica Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that get information about a replica. Note: the IReplica interface has been superseded byIReplica2. Please consider using the more recent version.
Description | ||
---|---|---|
ConnectionInfo | The WorkspaceName object for the master geodatabase. | |
Description | The ReplicaDescription associated with the replica. | |
Name | The name of the replica. | |
Owner | The database user that owns the replica in the workspace. | |
ParentID | The ID of the replica reference in the master geodatabase. | |
ReplicaDatasets | The replica datasets for this replica. | |
ReplicaDate | The date that the data was checked out. | |
ReplicaGuid | The guid of the replica. | |
ReplicaID | The ID of the replica. | |
ReplicaRole | Determines if the workspace is the replica geodatabase or the master geodatabase for the replica. | |
Version | The name of the replica version. |
CoClasses and Classes | Description |
---|---|
Replica | Esri Replica object. |
The properties of the IReplica interface returns information about a check-out. The properties of the IReplica interface return information about a check-out. The Description property only applies to the master geodatatbase, while the ParentID and ConnectionInfo properties apply only to the check-out database. The other properties apply to both the master and check-out geodatabases.
See the IWorkspaceReplicas interface to find how to get a replica.
IReplicaValidation Interface | CheckOut Class | ICheckOut.CheckOutData Method | ICheckOut Interface | CheckIn Class | ICheckIn.CheckInFromGDB Method | ICheckIn Interface