The KeepNulls property indicates whether NULL columns should keep NULL values even if defaults exists on destination columns.
| BulkInsertTask Object |
object.KeepNulls [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Whether NULL columns should keep NULL values |
The default is False.
Boolean
Read/write
HRESULT GetKeepNulls(VARIANT_BOOL *pRetVal);
HRESULT SetKeepNulls(VARIANT_BOOL NewValue);