|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface esriReplicaModelType
Indicates how the data will be represented in the checked-out database.
The esriReplicaModelType enumeration contains values that represent different replica model types. Setting the esriReplicaModelType is only necessary when creating a replica with a one-way access type. See esriReplicaAccessType enumeration for more information.
The replica model type is set using the IGPReplicaDescription::ReplicaModelType property on a replica description. The model type may be set before or after initializing the replica description with the IGPReplicaDescription::Init method. See the GPReplicaDescription coclass for more information.
The members of this enumeration are represented as follows:
| Field Summary | |
|---|---|
static int |
esriModelTypeFullGeodatabase
The data is checked out with the same dataset types as the master geodatabase. |
static int |
esriModelTypeSimple
The data is checked out as simple types. |
| Field Detail |
|---|
static final int esriModelTypeSimple
static final int esriModelTypeFullGeodatabase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||