title
CDataSource::GetProperties | Microsoft Docs
ms.custom
ms.date
11/04/2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
article
f1_keywords
CDataSource::GetProperties
ATL.CDataSource.GetProperties
CDataSource.GetProperties
ATL::CDataSource::GetProperties
GetProperties
dev_langs
helpviewer_keywords
ms.assetid
ffaecc17-9fe7-449e-94d6-43d31ad06cfc
caps.latest.revision
9
author
mikeblome
ms.author
mblome
manager
ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw
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( );
See IDBProperties::GetProperties in the OLE DB Programmer's Reference in the Windows SDK.
A standard HRESULT.
Remarks
To get a single property, use GetProperty .
Header: atldbcli.h
CDataSource Class