Microsoft Jet and Replication Objects
Indicates the type of replica.
Return Values
Returns an Enum value that can be one of the following constants:
Constant | Description |
jrRepTypeNotReplicable | Default. The database is not replicable. |
jrRepTypeDesignMaster | The replica is a design master. |
jrRepTypeFull | The replica is a full replica. |
jrRepTypePartial | The replica is a partial replica. |
ReplicaType is read-only.
Remarks
The ReplicaType property is used to determine whether a database is replicable and if so, what type of replica it is. If ReplicaType is jrRepTypeNotReplicable then the database has not yet been made replicable. Use the ReplicaType parameter of the CreateReplica method to create a new full or partial replica.