The OriginalValue property specifies the value of a column before it was modified.
DTSDataPumpColumn Object |
object.OriginalValue
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
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.
Variant
Read-only
HRESULT get_OriginalValue(*pvar);