CTable::Open
Aprire la tabella.
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 ( );
Parametri
session
[in] la sessione per il quale la tabella è aperta.wszTableName
[in] nome della tabella da aprire, passato come stringhe Unicode.szTableName
[in] nome della tabella da aprire, passato come stringa ANSI.dbid
[in] DBID della tabella da aprire.pPropSet
[in] puntatore A una matrice di strutture che contengono DBPROPSET proprietà e valori da impostare. Vedere Insiemi di proprietà e gruppi di proprietàin OLE DB Programmer's Reference in Windows SDK. Il valore predefinito NULL non specifica proprietà.ulPropSets
[in] numero di strutture di DBPROPSET passate nell'argomento di pPropSet.
Valore restituito
HRESULTstandard.
Note
Per ulteriori informazioni, vedere IOpenRowset::OpenRowsetin OLE DB Programmer's Reference.
Requisiti
Intestazione: atldbcli.h