Share via


CDBPropSet::CDBPropSet

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

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

Reference

CDBPropSet Class

CDBPropSet::SetGUID

DBPROP Structure

Other Resources

CDBPropSet Members