Skip to content

Latest commit

 

History

History
75 lines (65 loc) · 1.98 KB

File metadata and controls

75 lines (65 loc) · 1.98 KB
title CDBPropSet Class | 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
CDBPropSet
ATL.CDBPropSet
ATL::CDBPropSet
dev_langs
C++
helpviewer_keywords
CDBPropSet class
ms.assetid 54190149-c277-4679-b81a-ef484d4d1c00
caps.latest.revision 11
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

CDBPropSet Class

Inherits from the DBPROPSET structure and adds a constructor that initializes key fields as well as the AddProperty access method.

Syntax

class CDBPropSet : public tagDBPROPSET  

Members

Methods

AddProperty Adds a property to the property set.
CDBPropSet Constructor.
SetGUID Sets the guidPropertySet field of the DBPROPSET structure.

Operators

operator = Assigns the contents of one property set to another.

Remarks

OLE DB providers and consumers use DBPROPSET structures to pass arrays of DBPROP structures. Each DBPROP structure represents a single property that can be set.

Requirements

Header: atldbcli.h

See Also

OLE DB Consumer Templates
OLE DB Consumer Templates Reference
CDBPropIDSet Class
DBPROPSET Structure
DBPROP Structure