다음을 통해 공유


PROVIDER_COLUMN_ENTRY_TYPE_LENGTH

Represents a specific column supported by the provider.

PROVIDER_COLUMN_ENTRY_TYPE_LENGTH(name, ordinal, dbtype, size, 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.

  • size
    [in] The column size in bytes.

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

설명

Similar to PROVIDER_COLUMN_ENTRY_LENGTH but also allows you to specify the column's data type as well as size.

요구 사항

Header: atldb.h

참고 항목

참조

OLE DB 공급자 만들기

개념

OLE DB 공급자 템플릿(C++)

OLE DB 공급자 템플릿 구조

기타 리소스

OLE DB 공급자 템플릿에 대한 매크로