DTS Programming
Nullable Property
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 a Column object |
| value | A value indicating whether a column can contain null values |
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetNullable(VARIANT_BOOL *pRetVal);
HRESULT SetNullable(VARIANT_BOOL NewValue);