Nullable Property (DTS)

The Nullable property specifies whether a column can contain null values

Applies To
Column Object  

Syntax

object.Nullable [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether a column can contain null values

Data Type

Variant Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetNullable(VARIANT_BOOL *pRetVal);

HRESULT SetNullable(VARIANT_BOOL NewValue);

  


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