Size Property

DTS Programming

DTS Programming

Size Property

The Size property specifies the maximum size of the column.

Applies To
Column Object
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.

See Also

DataType Property

NumericScale Property

Precision Property