ParameterTypeEnum 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定參數的資料類型。
public enum class ParameterTypeEnum
public enum ParameterTypeEnum
type ParameterTypeEnum =
Public Enum ParameterTypeEnum
- 繼承
-
ParameterTypeEnum
欄位
| Boolean | 0 | 表示 true 或 false 條件的 |
| DateTime | 1 | 表示日期和時間的 |
| Float | 3 | 表示浮點十進位值的 |
| Integer | 2 |
|
| String | 4 | 表示字元陣列的 |
備註
將 ParameterTypeEnum 列舉與類別的屬性一起使用 Type ReportParameter 。