다음을 통해 공유


PROPERTY_INFO_ENTRY_VALUE

Represents a specific property in a property set.

PROPERTY_INFO_ENTRY_VALUE(dwPropID, value )

매개 변수

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

  • value
    [in] The property value of type DWORD.

설명

With this macro, you can directly specify the property value of type DWORD. To set the property to default value defined in ATLDB.H, use PROPERTY_INFO_ENTRY. To set the value, flags, and options for the property, use PROPERTY_INFO_ENTRY_EX.

예제

See BEGIN_PROPSET_MAP.

요구 사항

Header: atldb.h

참고 항목

참조

OLE DB 공급자 만들기

개념

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

OLE DB 공급자 템플릿 구조

기타 리소스

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