Syntax
| long = propertyobject.Attributes
| ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Returns a long value that is the sum of one or more FieldAttributeEnum values that define the characteristics of a Property object.
The Attributes property returns a long value that is the sum of one or more of the ParameterAttributesEnum constants that indicate the characteristics of a Property object.
Not all providers support this property.
PropertyAttributesEnum Constants
| ||||||||||||||||||
See Also
| |||||||||||||||||||
Example
| If (objConnection.Properties(strName).Attributes = adPropNotSupported) Then |