|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplicaValidation2
Provides access to members that validate a replica.
This interface provides access to a method that validates a replica's schema.
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 |
---|
void validateReplicaSchema(IReplica replica) throws IOException, AutomationException
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.
replica
- A reference to a com.esri.arcgis.geodatabase.IReplica (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |