ActualSize Property

DTS Programming

DTS Programming

ActualSize Property

The ActualSize property returns the actual size of a column value for the current row.

Applies To
DTSDataPumpColumn Object DTSDataPumpColumn2 Object
Syntax

object.ActualSize

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_ActualSize(long *pl);

Remarks

The ActualSize property may be less than the DefinedSize of the column.

See Also

DefinedSize Property

Type Property