KeepNulls Property (DTS)

The KeepNulls property indicates whether  NULL columns should keep NULL values even if defaults exists on destination columns.

Applies To
BulkInsertTask Object  

Syntax

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

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetKeepNulls(VARIANT_BOOL *pRetVal);

HRESULT SetKeepNulls(VARIANT_BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.