Flags Property

DTS Programming

DTS Programming

Flags Property

The Flags property specifies the OLE DB DBCOLUMN values that describe a column.

Applies To
Column Object
Syntax

object.Flags [= value]

Part Description
object Expression that evaluates to a Column object
value Sum of OLE DB DBCOLUMN values

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFlags(LONG *pRetVal);

HRESULT SetFlags(LONG NewValue);

Remarks

You can find the valid values for the Flags property by searching for DBCOLUMNFLAGS_ in the include file OLEDB.h. This default location for this file is C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\include\.

See Also

DataType Property