This document is archived and information here might be outdated. Recommended version. |
Validates a replicas schema in the geodatabase.
[Visual Basic .NET] Public Sub ValidateReplicaSchema ( _ ByVal Replica As IReplica _ )
[C#] public void ValidateReplicaSchema ( IReplica Replica );
[C++]
HRESULT ValidateReplicaSchema(
IReplica* Replica
);
[C++] Parameters Replica [in]
Replica is a parameter of type IReplica*
The ValidateReplicaSchema method validates the replica's schema in the geodatabase. This method should be used after changes have been made to the replica's schema. For example dropping a table, or adding/dropping a field from data participating in the replica.