다음을 통해 공유


BEGIN_ACCESSOR

Marks the beginning of an accessor entry.

BEGIN_ACCESSOR(num, bAuto )

매개 변수

  • num
    [in] The zero-offset number for the accessor in this accessor map.

  • bAuto
    [in] Specifies if this accessor is an auto accessor or a manual accessor. If true, the accessor is auto; if false, the accessor is manual. An auto accessor means data is fetched for you on move operations.

설명

In the case of multiple accessors on a rowset, you need to specify BEGIN_ACCESSOR_MAP and use the BEGIN_ACCESSOR macro for each individual accessor. The BEGIN_ACCESSOR macro is completed with the END_ACCESSOR macro. The BEGIN_ACCESSOR_MAP macro is completed with the END_ACCESSOR_MAP macro.

예제

See BEGIN_ACCESSOR_MAP.

요구 사항

헤더: atldbcli.h

참고 항목

참조

BEGIN_ACCESSOR_MAP

END_ACCESSOR

END_ACCESSOR_MAP

기타 리소스

OLE DB 소비자 템플릿에 대한 매크로 및 전역 함수