DTS Programming
Syntax
object.Size [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a Column object |
| value | Maximum size of the column |
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetSize(LONG *pRetVal);
HRESULT SetSize(LONG NewValue);
Remarks
The Size property is ignored for columns that have fixed-length data types.