This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceReplicasAdmin Interface > IWorkspaceReplicasAdmin.AlterReplica Method (ArcObjects .NET 10.4 SDK) |
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
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.