CDynamicAccessor::SetLength
設定指定的資料行的長度。
bool SetLength(
DBORDINAL nColumn,
DBLENGTH nLength
) throw( );
bool SetLength(
const CHAR* pColumnName,
DBLENGTH nLength
) throw( );
bool SetLength(
const WCHAR* pColumnName,
DBLENGTH nLength
) throw( );
參數
nColumn
[in]資料行數目。 資料行編號從 1 開始。 值為 0 參照到書籤資料行中,如果有的話。nLength
[in]以位元組為單位的資料行的長度。pColumnName
[in]要包含的資料行名稱的字元字串變數的指標。
傳回值
傳回 ,則為 true 如果成功設定指定的資料行的長度。 否則,這個函式會傳回 ,則為 false。
需求
標頭: atldbcli.h