MetaColumn.IsInteger プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ フィールドの型が整数型かどうかを示す値を取得します。
public:
property bool IsInteger { bool get(); };
public bool IsInteger { get; }
member this.IsInteger : bool
Public ReadOnly Property IsInteger As Boolean
プロパティ値
データ フィールドの型が整数型の場合は true
。それ以外の場合は false
。
注釈
、、、の各型 byte
short
int
long
は整数型です。