ParameterAttributesEnum

Parameter オブジェクトの属性を指定します。

定数 説明
adParamSigned 16 パラメーターで符号付きの値が許容されることを示します。
adParamNullable 64 パラメーターで null 値が許容されることを示します。
adParamLong 128 パラメーターで long 型のバイナリ データが許容されることを示します。

ADO/WFC に相当するもの

パッケージ: com.ms.wfc.data

常時
AdoEnums.ParameterAttributes.SIGNED
AdoEnums.ParameterAttributes.NULLABLE
AdoEnums.ParameterAttributes.LONG

適用対象

Attributes プロパティ (ADO)