Value Property (DTS)

The Value property specifies the current value of a column.

Applies To
DTSDataPumpColumn 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);


(c) 1988-98 Microsoft Corporation. All Rights Reserved.