Describes the role of the replica.
Constant | Value | Description |
---|---|---|
esriReplicaTypeChild | 1 | The replica has the role of child. |
esriReplicaTypeParent | 2 | The replica has the role of parent. |
esriCheckOutTypeChild | 4 | The check-out replica has the role of child. |
esriCheckOutTypeParent | 8 | The check-out replica has the role of parent. |
esriReplicaTypeAny | 15 | The replica has an undefined role. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The esriReplicaType enumeration contains values which represent the different replica types. The IReplica::ReplicaRole property uses the esriReplicaType enumeration to indicate whether the replica is a single generation or multigeneration replica, and whether it is a parent or child replica.
The members of the enumeration are represented as follows:
- esriReplicaTypeChild = 1 - A multi-generation child replica.
- esriReplicaTypeParent = 2 - A multi-generation parent replica.
- esriCheckOutTypeChild = 4 - A single generation child replica (also know as a Checkout)
- esriCheckOutTypeParent = 8 - A single generation parent replica (also know as the master geodatabase)
- esriReplicaTypeAny = 15 - The replica is one of esriReplicaTypeChild, esriReplicaTypeParent, esriCheckoutTypeChild, or esriCheckoutTypeParent.