ISessionPropertiesImpl::GetProperties
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at ISessionPropertiesImpl::GetProperties.
Returns the list of properties in the DBPROPSET_SESSION property group that are currently set on the session.
Syntax
STDMETHOD(GetProperties)(
ULONG cPropertyIDSets,
const DBPROPIDSET rgPropertyIDSets[],
ULONG * pcPropertySets,
DBPROPSET ** prgPropertySets
);
Parameters
See ISessionProperties::GetProperties in the OLE DB Programmer's Reference.
Requirements
Header: atldb.h
See Also
ISessionPropertiesImpl Class
ISessionPropertiesImpl::SetProperties