Provides access to members that return objects containing information about replicas. Note: the IWorkspaceReplicas interface has been superseded byIWorkspaceReplicas2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
RefreshReplicas | Re-reads the list of replicas from the database. | |
ReplicaByGuid | The replica or reference to a replica with the specified ID. | |
ReplicaByID | The replica or reference to a replica with the specified ID. | |
ReplicaByName | The replica or reference to a replica with the specified name. | |
Replicas | Replicas contained by or refernced by this workspace. |
CoClasses that implement IWorkspaceReplicas
CoClasses and Classes | Description |
---|---|
Workspace | Workspace Object. |
Remarks
Use this interface with geodatabases that are involved in check-outs. Methods and properties are included to return Replica objects which provide more information about specific checkouts. The interface can be used with either master or check-out geodatabases.
See Also
IWorkspaceReplicaDatasets Interface | IWorkspaceReplicas Interface | IWorkspaceReplicasAdmin Interface