DTS Programming
UnderlyingValue Property
The UnderlyingValue property specifies the committed value of a column.
Applies To
| DTSDataPumpColumn Object | DTSDataPumpColumn2 Object |
Syntax
object.UnderlyingValue
| 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_UnderlyingValue(*pvar);
Remarks
In Microsoft® SQL Server™ 2000, the UnderlyingValue property is the same as the OriginalValue property.