Flags Property (DTS)

The Flags property specifies the DBCOLUMNFLAGS values that describe a column.

Applies To
Column Object  

object.Flags [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value OLE DB DBCOLUMNFLAGS

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFlags(LONG *pRetVal);

HRESULT SetFlags(LONG NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.