Name
PropertyAttributesEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
Synopsis
The PropertyAttributesEnum enumeration specifies the attributes of a Property object.
Table E-37. The PropertyAttributesEnum Enumeration
|
Enumeration (ADO/WFC) |
Value |
Description |
|---|---|---|
adPropNotSupported (NOTSUPPORTED) |
0 |
Indicates that the current property is not supported by the data provider. |
adPropOptional (OPTIONAL) |
2 |
Indicates that the current property does not have to receive a value before the data source can be initialized. |
adPropRead (READ) |
512 (&H200) |
Indicates that the property can be read. |
adPropRequired (REQUIRED) |
1 |
Indicates that the current property must receive a value before the data source can be initialized. |
adPropWrite (WRITE) |
1024 (&H400) |
Indicates that the current property object can be set. |
ADO/WFC
The PropertyAttributesEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.PropertyAttributes.
See Also
Property.Attributes Property
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access