ParameterTypeEnum 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定参数的数据类型。
public enum class ParameterTypeEnum
public enum ParameterTypeEnum
type ParameterTypeEnum =
Public Enum ParameterTypeEnum
- 继承
-
ParameterTypeEnum
字段
Boolean | 0 | 表示真假条件的 |
DateTime | 1 | 表示日期和时间的 |
Float | 3 | 表示浮点十进制值的 |
Integer | 2 | 数据类型 |
String | 4 | 表示字符数组的 |
注解
将 ParameterTypeEnum 枚举与 Type 类的 ReportParameter 属性一起使用。