The CheckConstraints property specifies whether any constraints must be checked while data is loaded.
object.CheckConstraints [= value]
Part | Description |
---|---|
object | Expression that evaluates to a BulkInsertTask object |
value | Boolean that specifies whether any constraints are checked |
Boolean
Read/write
HRESULT GetCheckConstraints(VARIANT_BOOL *pRetVal);
HRESULT SetCheckConstraints(VARIANT_BOOL NewValue);
The default is FALSE.