다음을 통해 공유


PROVIDER_COLUMN_ENTRY_WSTR

Represents a specific column supported by the provider.

PROVIDER_COLUMN_ENTRY_WSTR(name, ordinal, member )

Parameters

  • name
    [in] The column name.

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

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

Remarks

Use this macro when the column data is a null terminated Unicode character string, DBTYPE_WSTR.

Requirements

Header: atldb.h

See Also

Reference

Creating an OLE DB Provider

Concepts

OLE DB Provider Templates (C++)

OLE DB Provider Template Architecture

Other Resources

Macros for OLE DB Provider Templates