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.
Product Availability
Members
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 that implement IReplica
CoClasses and Classes | Description |
---|---|
Replica | ESRI Replica object. |
Remarks
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.
See Also
CheckOut Class | ICheckOut.CheckOutData Method | IReplicaValidation Interface | ICheckOut Interface | ICheckIn.CheckInFromGDB Method | ICheckIn Interface | CheckIn Class