The Flags property specifies the OLE DB DBCOLUMN values that describe a column.
object.Flags [= value]
Part | Description |
---|---|
object | Expression that evaluates to a Column object |
value | Sum of OLE DB DBCOLUMN values |
Long
Read/write
HRESULT GetFlags(LONG *pRetVal);
HRESULT SetFlags(LONG NewValue);
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\.