The CheckConstraints property indicates whether any contraints should be checked while data is loaded.
| BulkInsertTask Object |
object.CheckConstraints [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Whether any contraints should be checked |
The default is False.
Boolean
Read/write
HRESULT GetCheckConstraints(VARIANT_BOOL *pRetVal);
HRESULT SetCheckConstraints(VARIANT_BOOL NewValue);