Name

ParameterAttributesEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

The ParameterAttributesEnum enumeration specifies the attributes of a Parameter object.

Table E-33. The ParameterArgumentsEnum Enumeration

Enumeration (ADO/WFC)

Value

Description

adParamLong (LONG)
128 (&H80)

Indicates that the current parameter can accept long binary-data values.

adParamNullable (NULLABLE)
64 (&H40)

Indicates that the current parameter can accept Null values.

adParamSigned (SIGNED)
16 (&H10)

Indicates that the current parameter can accept signed values.

ADO/WFC

The ParameterAttributesEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.ParameterAttributes.

See Also

Parameter.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.