This document is archived and information here might be outdated.  Recommended version.


IReplicaEdit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaEdit Interface
ArcGIS Developer Help

IReplicaEdit Interface

Provides access to members that modify information for a replica. Note: the IReplicaEdit interface has been superseded by IReplicaEdit2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name 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.

Classes that implement IReplicaEdit

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.