CDataSource::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 CDataSource::GetProperties.

Returns the property information requested for the connected data source object.

Syntax

  
      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

See Also

CDataSource Class