Skip to content

Latest commit

 

History

History
41 lines (40 loc) · 1.59 KB

File metadata and controls

41 lines (40 loc) · 1.59 KB
title Property Maps | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
OLE DB providers, properties
maps, property
property maps
ms.assetid 44abde56-90ad-4612-854e-d2fa5426fa80
caps.latest.revision 7
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

Property Maps

In addition to the session, rowset, and optional command object, each provider supports one or more properties. These properties are defined in property maps contained in the header files created by the OLE DB Provider Wizard. Each header file contains a map for the properties in the OLE DB property group defined for the object or objects defined in that file. The header file that contains the data source object also contains the property map for the DataSource properties. Session.h contains the property map for the Session properties. The rowset and command objects reside in a single header file, called projectnameRS.h. These properties are members of the Rowset properties group.

See Also

OLE DB Provider Template Architecture