BEGIN_SCHEMA_MAP

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at 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