ArcObjects Library Reference (GeoDatabase)  

IReplicaEdit Interface

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
Write-only property ConnectionInfo The connection string for the master geodatabase.
Write-only property Description The replica version description.
Method Init Init the replica from other replica.
Write-only property Name The name of the replica.
Write-only property Owner The master geodatabase login used to create the replica.
Write-only property ParentID The ID of the replica reference in the master geodatabase.
Write-only property ReplicaDatasets The replica datasets for this replica.
Write-only property ReplicaDate The date that the data was checked out.
Write-only property ReplicaGuid The guid of the replica.
Write-only property ReplicaID The ID of the replica.
Write-only property ReplicaRole Determines if the workspace is the replica geodatabase or the master geodatabase for the replica.
Write-only property 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.