Skip to content

Latest commit

 

History

History
63 lines (56 loc) · 1.34 KB

File metadata and controls

63 lines (56 loc) · 1.34 KB
title BEGIN_SCHEMA_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_SCHEMA_MAP
dev_langs
C++
helpviewer_keywords
BEGIN_SCHEMA_MAP macro
ms.assetid 4e751023-35bc-4efd-9018-5448dd1ad751
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_SCHEMA_MAP

Denotes the beginning of a schema map.

Syntax

  
      BEGIN_SCHEMA_MAP(  
   SchemaClass   
);  

Parameters

SchemaClass
The class that contains the MAP. Typically this will be the session class.

Remarks

See IDBSchemaRowset in the Windows SDK for more information about schema rowsets.

Requirements

Header: atldb.h

See Also

Macros for OLE DB Provider Templates
SCHEMA_ENTRY
END_SCHEMA_MAP
IDBSchemaRowsetImpl Class