CDBPropIDSet 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 CDBPropIDSet Class.

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

class CDBPropIDSet : public tagDBPROPIDSET  

Methods

AddPropertyIDAdds a property to the property ID set.
CDBPropIDSetConstructor.
SetGUIDSets the GUID of the property ID set.

Operators

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

OLE DB consumers use DBPROPIDSET structures to pass an array of property IDs for which the consumer wants to get property information. The properties identified in a single DBPROPIDSET structure belong to one property set.

Header: atldbcli.h

OLE DB Consumer Templates
OLE DB Consumer Templates Reference

Show: