IMetaDataTables::GetColumn 方法 (rometadataapi.h)
取得指定資料表中指定資料行和資料列的儲存格中內含值的指標。
語法
HRESULT GetColumn(
[in] ULONG ixTbl,
[in] ULONG ixCol,
[in] ULONG rid,
[out] ULONG *pVal
);
參數
[in] ixTbl
數據表的索引。
[in] ixCol
數據表中數據行的索引。
[in] rid
資料表中資料列的索引。
[out] pVal
單元格中值的指標。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
目標平台 | Windows |
標頭 | rometadataapi.h |