OriginalValue Property

DTS Programming

DTS Programming

OriginalValue Property

The OriginalValue property specifies the value of a column before it was modified.

Applies To
DTSDataPumpColumn Object DTSDataPumpColumn2 Object
Syntax

object.OriginalValue

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

Variant

Modifiable

Read-only

Prototype (C/C++)

HRESULT get_OriginalValue(*pvar);

Remarks

For source columns, this property is the same as the current value because the source values cannot be modified. For destination columns, this is always empty because the original value of a destination column (prior to transformation) is not set.

See Also

UnderlyingValue Property

Value Property