ParameterAttributesEnum
Applies to: Access 2013, Office 2013
Specifies the attributes of a Parameter object.
Constant |
Value |
Description |
---|---|---|
adParamSigned |
16 |
Indicates that the parameter accepts signed values. |
adParamNullable |
64 |
Indicates that the parameter accepts null values. |
adParamLong |
128 |
Indicates that the parameter accepts long binary data. |
ADO/WFC equivalent
Package: com.ms.wfc.data
Constant |
---|
AdoEnums.ParameterAttributes.SIGNED |
AdoEnums.ParameterAttributes.NULLABLE |
AdoEnums.ParameterAttributes.LONG |