Property Object (Versions 2.0, 2.1, 2.5, 2.6)
Dim property As ADODB.Property

The Property object contains information about dynamic properties implemented by the associated data provider.

Property.Attributes Property (Versions 2.0, 2.1, 2.5, 2.6)

property.Attributes = PropertyArgumentsEnum
 

The Attributes property sets or returns specific characteristics about the Property object.

Datatype

PropertyArgumentsEnum (Long)

 
Description

The Attributes property is read-only. The value of the Arguments property can be set to any sum of the values from the PropertyArgumentsEnum enumerations listed in Appendix E.

 
See Also

PropertyAttributesEnum Enumeration

 
Property.Name Property (Versions 2.0, 2.1, 2.5, 2.6)

property.Name = name
 

The Name property specifies the name for the current Property object.

Datatype

String

 
Description

The Name property is read-only for the Property object. The Name property retrieves a Property object from the Properties collection. Names do not have to be unique within a Properties collection class.

 
Property.Type Property (Versions 2.0, 2.1, 2.5, 2.6)

type = property.Type
 

The Type property indicates the datatype of the Property object's value.

Datatype

DataTypeEnum

 
Description

The Type property is read-only for Property objects.

 
See Also

DataTypeEnum Enumeration

 
Property.Value Property (Versions 2.0, 2.1, 2.5, 2.6)

value = property.Value
 

The Value property indicates the value of the current Property object.

Datatype

Variant

 
Description

Sets or returns the value of the current Property object.