Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 1.7 KB

File metadata and controls

72 lines (60 loc) · 1.7 KB
title BEGIN_PROPSET_MAP | 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
BEGIN_PROPSET_MAP
dev_langs
C++
helpviewer_keywords
BEGIN_PROPSET_MAP macro
ms.assetid c3a30618-6025-4d49-8688-a171294d2e93
caps.latest.revision 9
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

BEGIN_PROPSET_MAP

Marks the beginning of the property set map entries.

Syntax

  
BEGIN_PROPSET_MAP(  
Class   
)  
  

Parameters

Class
[in] The class in which this property set is specified. A property set can be specified in the following OLE DB objects:

Example

Here is a sample property set map:

[!code-cppNVC_OLEDB_Provider#3]

Requirements

Header: atldb.h

See Also

Macros for OLE DB Provider Templates
OLE DB Provider Templates
OLE DB Provider Template Architecture
Creating an OLE DB Provider