Share via


CDBPropSet Class

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

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

Reference

CDBPropIDSet Class

DBPROPSET Structure

DBPROP Structure

Concepts

OLE DB Consumer Templates (C++)

OLE DB Consumer Templates Reference