Status Property

DTS Programming

DTS Programming

Status Property

The Status property indicates whether the data value or some other value, such as NULL, is to be used as the value of the column. It may also indicate whether the data pump was able to get or set the value.

Applies To
DTSDataPumpColumn2 Object
Syntax

dpcolumn.Precision

Part Description
dpcolumn Expression that evaluates to a DTSDataPumpColumn2 object

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT get_Status( long *pl );

Remarks

The values for the Status property are from the OLE DB DBSTATUS enumeration. See the definition for DBSTATUSENUM in include file OLEDB.h. This file is installed by default in C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Include\ during a custom installation of Microsoft® SQL Server™ if Development Tools/Headers and Libraries was selected from the Select Components dialog box.

See Also

Attributes Property

Type Property