指定された列のステータスを設定します。
bool SetStatus(
DBORDINAL nColumn,
DBSTATUS status
) throw( );
bool SetStatus(
const CHAR* pColumnName,
DBSTATUS status
) throw( );
bool SetStatus(
const WCHAR* pColumnName,
DBSTATUS status
) throw( );
パラメーター
nColumn
[入力] 列番号。 列番号は 1 から始まります。 0 番はブックマーク列です。status
[入力] 列のステータス。 詳細については、『OLE DB Programmer's Reference』の「DBSTATUS」を参照してください。pColumnName
[入力] 列名を含む文字列へのポインター。
戻り値
指定された列のステータスが設定できた場合は true を返します。 それ以外の場合は false を返します。
必要条件
**ヘッダー:**atldbcli.h