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


IReplicaValidation2.ValidateReplicaSchema Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IReplicaValidation2.ValidateReplicaSchema Method

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

Product Availability

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

Remarks

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.

See Also

IReplicaValidation2 Interface