CTable::Open
開啟資料表。
HRESULT Open(
const CSession& session,
LPCWSTR wszTableName,
DBPROPSET* pPropSet = NULL,
ULONG ulPropSets = 0
) throw ( );
HRESULT Open(
const CSession& session,
LPCSTR szTableName,
DBPROPSET* pPropSet = NULL,
ULONG ulPropSets = 0
) throw ( );
HRESULT Open(
const CSession& session,
DBID& dbid,
DBPROPSET* pPropSet = NULL,
ULONG ulPropSets = 0
) throw ( );
參數
session
[in] 資料表開啟的工作階段。wszTableName
[in] 開啟的資料表名稱,以 Unicode 字串。szTableName
[in] 開啟的資料表名稱,以 ANSI 字串。dbid
[in] 要開啟的資料表之DBID。pPropSet
[in] 物件陣列的指標包含設定的屬性和值的 DBPROPSET 結構。 請參閱 *《 OLE DB 程式設計人員參考》*的屬性集合和屬性群組 Windows SDK。 NULL 的預設值沒有指定屬性。ulPropSets
[in] DBPROPSET 結構的數目傳入pPropSet 作為引數。
傳回值
標準版 HRESULT
備註
如需詳細資訊,請參閱 OLE DB Programmer's Reference 中的 IOpenRowset::OpenRowset。
需求
標題: atldbcli.h