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


IReplicaValidation2.ValidateReplicaSchema Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IR > IReplicaValidation2 Interface > IReplicaValidation2.ValidateReplicaSchema Method
ArcGIS Developer Help

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