This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceReplicasAdmin Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that modify information about a replica. Note: the IWorkspaceReplicasAdmin interface has been superseded byIWorkspaceReplicasAdmin2. Please consider using the more recent version.
Description | ||
---|---|---|
AlterReplica | Updates replica information. | |
RegisterReplica | Creates new replica information. | |
UnregisterReplica | Removes replica information. |
CoClasses and Classes | Description |
---|---|
Workspace | Workspace Object. |
When a check-out is performed, one of the final steps is to add metadata to the master and check-out geodatabases for the check-out. This metadata is used as a record of the check-out while it is active and also during check-in to get to needed information. The infomation stored in the metadata can be accessed using the Replica and ReplicaDataset classes. Once the check-out is checked in, the metadata is removed.
This interface provides methods to create, delete and update existing check-out metadata.
IWorkspaceReplicasAdmin Interface | IWorkspaceReplicaDatasets Interface | IWorkspaceReplicas Interface