Compartir a través de


BEGIN_SCHEMA_MAP

Denotes the beginning of a schema map.

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

Concepts

Macros for OLE DB Provider Templates

SCHEMA_ENTRY

END_SCHEMA_MAP

IDBSchemaRowsetImpl Class