다음을 통해 공유


PROPERTY_INFO_ENTRY

Represents a specific property in a property set.

PROPERTY_INFO_ENTRY(dwPropID )

매개 변수

  • dwPropID
    [in] A DBPROPID value that can be used in conjunction with the property set GUID to identify a property.

설명

This macro sets the property value of type DWORD to a default value defined in ATLDB.H. To set the property to a value of your choosing, use PROPERTY_INFO_ENTRY_VALUE. To set the VARTYPE and DBPROPFLAGS for the property at the same time, use PROPERTY_INFO_ENTRY_EX.

예제

See BEGIN_PROPSET_MAP.

요구 사항

Header: atldb.h

참고 항목

참조

OLE DB 공급자 만들기

개념

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

OLE DB 공급자 템플릿 구조

기타 리소스

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