Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a specific property in a property set.
PROPERTY_INFO_ENTRY(dwPropID )
Parameters
- dwPropID
[in] A DBPROPID value that can be used in conjunction with the property set GUID to identify a property.
Remarks
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 Data Type and DBPROPFLAGS for the property at the same time, use PROPERTY_INFO_ENTRY_EX.
Example
See BEGIN_PROPSET_MAP.
Requirements
Header: atldb.h
See Also
Reference
Concepts
OLE DB Provider Templates (C++)
OLE DB Provider Template Architecture