Provides access to members that modify information for a replica. Note: the IReplicaEdit interface has been superseded byIReplicaEdit2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
ConnectionInfo | The connection string for the master geodatabase. | |
Description | The replica version description. | |
Init | Init the replica from other replica. | |
Name | The name of the replica. | |
Owner | The master geodatabase login used to create the replica. | |
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 IReplicaEdit
CoClasses and Classes | Description |
---|---|
Replica | ESRI Replica object. |
Remarks
This interface allows you to update the properties of check-out. The interface provides write only access to the properties of the IReplica interface. To apply the updates, you must use the IWorkspaceReplicasAdmin::AlterReplica method after setting these properties.