OriginalValue Property (DTS)

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

Applies To
DTSDataPumpColumn Object  

Syntax

object.OriginalValue

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

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.

Data Type

Variant

Modifiable

Read-only

Prototype (C/C++)

HRESULT get_OriginalValue(*pvar);

See Also

UnderlyingValue Property

  


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