共用方式為


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.

Syntax

class CDBPropIDSet : public tagDBPROPIDSET  

Members

Methods

AddPropertyID Adds a property to the property ID set.
CDBPropIDSet Constructor.
SetGUID Sets the GUID of the property ID set.

Operators

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

Remarks

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.

Requirements

Header: atldbcli.h

See Also

OLE DB Consumer Templates
OLE DB Consumer Templates Reference