Skip to content

Latest commit

 

History

History
58 lines (53 loc) · 1.08 KB

File metadata and controls

58 lines (53 loc) · 1.08 KB
title CDBPropSet::operator = | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CDBPropSet.operator=
ATL::CDBPropSet::operator=
ATL.CDBPropSet.operator=
CDBPropSet::operator=
dev_langs
C++
helpviewer_keywords
operator =, property sets
= operator, with OLE DB templates
operator=, property sets
ms.assetid 1feb8c48-6ab4-4417-9982-226b1eac681b
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

CDBPropSet::operator =

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

Syntax

  
      CDBPropSet& operator =(   
   CDBPropSet& propset    
) throw( );  

Requirements

Header: atldbcli.h

See Also

CDBPropSet Class