Attributes Property

DTS Programming

DTS Programming

Attributes Property

The Attributes property returns one or more characteristics of a column.

Applies To
DTSDataPumpColumn Object DTSDataPumpColumn2 Object
Syntax

object.Attributes

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_Attributes(long *pl);

Remarks

For more information about the valid values for the Attributes property, search for DBCOLUMNFLAGS_ in include file OLEDB.h. This default location for this file is c:\Program Files\Microsoft SQL Server\80\Tools\DevTools\include\ if, during a Custom installation of Microsoft SQL Server, Development Tools/Headers and Libraries was selected from the Select Components dialog box.

See Also

Flags Property

Type Property