Type Property

DTS Programming

DTS Programming

Type Property

The Type property specifies the data type of a column.

Applies To
DTSDataPumpColumn Object DTSDataPumpColumn2 Object
Syntax

object.Type

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

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT get_Type(Long *pDataType);

Remarks

For more information about the valid values for the Type property, search the include file oledb.h for DBTYPEENUM. Oledb.h is installed to c:\Program Files\Microsoft SQL Server\80\Tools\DevTools\include\ by default during a custom installation of Microsoft® SQL Server™ if Development Tools/Headers and Libraries was selected from the Select Components dialog box.

See Also

ActualSize Property

Attributes Property

DefinedSize Property

Status Property