IMetaDataTables::GetColumnInfo 方法 (rometadataapi.h)
取得指定資料表中指定資料行的相關資料。
語法
HRESULT GetColumnInfo(
[in] ULONG ixTbl,
[in] ULONG ixCol,
[out] ULONG *poCol,
[out] ULONG *pcbCol,
[out] ULONG *pType,
[out] LPCSTR *ppName
);
參數
[in] ixTbl
所需數據表的索引。
[in] ixCol
所需數據行的索引。
[out] poCol
數據列中數據行位移的指標。
[out] pcbCol
數據行的大小指標,以位元組為單位。
[out] pType
數據行中值的型別指標。
[out] ppName
數據行名稱指標的指標。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | rometadataapi.h |