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

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.