Skip to content

Latest commit

 

History

History
69 lines (61 loc) · 1.5 KB

File metadata and controls

69 lines (61 loc) · 1.5 KB
title CDataSource::GetProperties | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CDataSource::GetProperties
ATL.CDataSource.GetProperties
CDataSource.GetProperties
ATL::CDataSource::GetProperties
GetProperties
dev_langs
C++
helpviewer_keywords
GetProperties method
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.

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