Поделиться через


CSession::Open

Opens a new session for the data source object.

HRESULT Open(
   const CDataSource& ds,
   DBPROPSET *pPropSet = NULL,
   ULONG ulPropSets = 0
) throw( );

Параметры

  • ds
    [in] The data source for which the session is to be opened.

  • pPropSet
    [in] A pointer to an array of DBPROPSET structures containing properties and values to be set. See Property Sets and Property Groups in the OLE DB Programmer's Reference in the Windows SDK.

  • ulPropSets
    [in] The number of DBPROPSET structures passed in the pPropSet argument.

Возвращаемое значение

A standard HRESULT.

Заметки

You must open the data source object using CDataSource::Open before passing it to CSession::Open.

Требования

Header: atldbcli.h

См. также

Основные понятия

CSession Class

CSession Members