DTS Programming
DefinedSize Property
The DefinedSize property specifies the maximum size of a column.
Applies To
| DTSDataPumpColumn Object | DTSDataPumpColumn2 Object |
Syntax
object.DefinedSize
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
Long
Modifiable
Read-only
Prototype (C/C++)
HRESULT get_DefinedSize(long *pl);
Remarks
The ActualSize property specifies the size of the data in the current row of the column.