Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |