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


IWorkspaceReplicasAdmin.AlterReplica Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceReplicasAdmin Interface > IWorkspaceReplicasAdmin.AlterReplica Method
ArcGIS Developer Help

IWorkspaceReplicasAdmin.AlterReplica Method

Updates replica information.

[Visual Basic .NET]
Public Sub AlterReplica ( _
    ByVal Replica As IReplica _
)
[C#]
public void AlterReplica (
    IReplica Replica
);
[C++]
HRESULT AlterReplica(
  IReplica* Replica
);
[C++]
Parameters
Replica [in]

Replica is a parameter of type IReplica*

Product Availability

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

Remarks

Care should be taken when altering the replica metadata. It is possible to modify the metadata with this method in a way that will cause the synchronization to fail.

In order to alter a property of a replica, you must use the Replica::IReplicaEdit interface.

See Also

IWorkspaceReplicasAdmin Interface