更新 : 2007 年 11 月
列挙子のモニカを連結し (モニカが指定されている場合)、ISourcesRowset::GetSourcesRowset を呼び出してその列挙子用の行セットを取得します。
HRESULT Open(
LPMONIKER pMoniker
) throw( );
HRESULT Open(
const CLSID* pClsid = & CLSID_OLEDB_ENUMERATOR
) throw( );
HRESULT Open(
const CEnumerator& enumerator
) throw( );
パラメータ
pMoniker
[入力] 列挙子のモニカへのポインタ。pClsid
[入力] 列挙子の CLSID へのポインタ。enumerator
[入力] 列挙子への参照。
戻り値
標準の HRESULT を返します。
必要条件
ヘッダー : atldbcli.h