CDBPropSet Class

 

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 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  

Methods

AddPropertyAdds a property to the property set.
CDBPropSetConstructor.
SetGUIDSets the guidPropertySet field of the DBPROPSET structure.

Operators

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

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.

Header: atldbcli.h

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

Show: