Value Property

DTS Programming

DTS Programming

Value Property

The Value property specifies the current value of a column.

Applies To
DTSDataPumpColumn Object DTSDataPumpColumn2 Object
Syntax

object.Value [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Current value of a column

Data Type

Variant

Modifiable

Read/write

Prototype (C/C++)

HRESULT get_Value(*pRetVal);

HRESULT put_Value(NewValue);

See Also

OriginalValue Property

UnderlyingValue Property