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.