DTSDataPumpColumn2 Object

DTS Programming

DTS Programming

DTSDataPumpColumn2 Object

The DTSDataPumpColumn2 object provides access to a column value and its meta data to a Microsoft® ActiveX® script.

Extended Properties
Status Property
Remarks

The DTSDataPumpColumn2 object extends the functionality of the DTSDataPumpColumn object and inherits the properties and methods of that object. In addition, the Status property indicates whether the data value is to be used as the value of the column and whether the data pump was able to get or set the value.

For more information about when to use the DTSDataPumpColumn object instead of the DTSDataPumpColumn2 object, see Extended DTS Objects.

Reference the DTSDataPumpColumn2 object from within ActiveX script transformations by referencing an element of the DTSSource or DTSDestination collections.

See Also

Column Object

DTSDataPumpColumn Object

DTSDataPumpColumns Collection