CdbRelation::SetPartialReplica, GetPartialReplica Property

Sets or returns a Boolean value indicating whether the relation should be considered when populating a partial replica from a full replica. (Microsoft Jet databases only.)

Syntax

VOIDSetPartialReplica(BOOL b);

BOOLGetPartialReplica(VOID);

Set Parameters

Type Example Description
BOOL b A Boolean that indicates whether the relation should be considered when populating a partial replica. The value is TRUE when the relation should be enforced during synchronization.