com.esri.arcgis.geodatabase
Interface esriReplicaRole

All Superinterfaces:
Serializable

public interface esriReplicaRole
extends Serializable

Replica roles.

Remarks

The esriReplicaRole enumeration contains values the represent the replica role.

The members of this enumeration are as follows:

This property can be retrieved from either IGPReplica::Role. See the GPReplica coclass for more information.

Product Availability

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


Field Summary
static int esriReplicaRoleChild
          Indicates a child replica.
static int esriReplicaRoleParent
          Indicates a parent replica.
 

Field Detail

esriReplicaRoleChild

static final int esriReplicaRoleChild
Indicates a child replica.

See Also:
Constant Field Values

esriReplicaRoleParent

static final int esriReplicaRoleParent
Indicates a parent replica.

See Also:
Constant Field Values