CDBPropSet::CDBPropSet

 

The latest version of this topic can be found at CDBPropSet::CDBPropSet.

The constructor. Initializes the rgProperties, cProperties, and guidPropertySet fields of the DBPROPSET structure.

Syntax

  
      CDBPropSet(  
   const GUID& guid   
);  
CDBPropSet(   
   const CDBPropSet& propset    
);  
CDBPropSet( );  

Parameters

guid
[in] A GUID used to initialize the guidPropertySet field.

propset
[in] Another CDBPropSet object for copy construction.

Requirements

Header: atldbcli.h

See Also

CDBPropSet Class
CDBPropSet::SetGUID
DBPROP Structure