CDataSource::GetProperties
Returns the property information requested for the connected data source object.
HRESULT GetProperties(
ULONG ulPropIDSets,
const DBPROPIDSET* pPropIDSet,
ULONG* pulPropertySets,
DBPROPSET** ppPropsets
) const throw( );
Parameters
See IDBProperties::GetProperties in the OLE DB Programmer's Reference in the Windows SDK.
Return Value
A standard HRESULT.
Remarks
To get a single property, use GetProperty.
Requirements
Header: atldbcli.h