com.esri.arcgis.geodatabase
Interface esriReplicaRole

All Superinterfaces:
java.io.Serializable

public interface esriReplicaRole
extends java.io.Serializable

Product Availability

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

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.


Field Summary
static int esriReplicaRoleChild
           
static int esriReplicaRoleParent
           
 

Field Detail

esriReplicaRoleChild

public static final int esriReplicaRoleChild
See Also:
Constant Field Values

esriReplicaRoleParent

public static final int esriReplicaRoleParent
See Also:
Constant Field Values