CheckConstraints Property

DTS Programming

DTS Programming

CheckConstraints Property

The CheckConstraints property specifies whether any constraints must be checked while data is loaded.

Applies To
BulkInsertTask Object
Syntax

object.CheckConstraints [= value]

Part Description
object Expression that evaluates to a BulkInsertTask object
value Boolean that specifies whether any constraints are checked

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetCheckConstraints(VARIANT_BOOL *pRetVal);

HRESULT SetCheckConstraints(VARIANT_BOOL NewValue);

Remarks

The default is FALSE.