com.esri.arcgis.geodatabasedistributed
Interface IReplicaValidation2

All Superinterfaces:
IReplicaValidation, Serializable
All Known Implementing Classes:
ReplicaValidator

public interface IReplicaValidation2
extends IReplicaValidation, Serializable

Provides access to members that validate a replica.

Remarks

This interface provides access to a method that validates a replica's schema.

Product Availability

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


Method Summary
 void validateReplicaSchema(IReplica replica)
          Validates a replicas schema in the geodatabase.
 
Methods inherited from interface com.esri.arcgis.geodatabasedistributed.IReplicaValidation
validateDeltaFile, validateReplicaPair
 

Method Detail

validateReplicaSchema

void validateReplicaSchema(IReplica replica)
                           throws IOException,
                                  AutomationException
Validates a replicas schema in the geodatabase.

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.

Product Availability

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

Parameters:
replica - A reference to a com.esri.arcgis.geodatabase.IReplica (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.