Поделиться через


PROVIDER_COLUMN_ENTRY_FIXED

Represents a specific column supported by the provider.

PROVIDER_COLUMN_ENTRY_FIXED(name, ordinal, dbtype, member )

Параметры

  • name
    [in] The column name.

  • ordinal
    [in] The column number. Unless the column is a Bookmark column, the column number must not be 0.

  • dbtype
    [in] The data type in DBTYPE.

  • member
    [in] The member variable in dataClass that stores the data.

Заметки

Allows you to specify the column data type.

Пример

See BEGIN_PROVIDER_COLUMN_MAP.

Требования

Header: atldb.h

См. также

Основные понятия

Macros for OLE DB Provider Templates

OLE DB Provider Templates (C++)

The OLE DB Provider Template Architecture

Creating an OLE DB Provider