SqlInt32.Value プロパティ

定義

この SqlInt32 構造体の値を取得します。 このプロパティは読み取り専用です。

public:
 property int Value { int get(); };
public int Value { get; }
member this.Value : int
Public ReadOnly Property Value As Integer

プロパティ値

この SqlInt32 構造体の値を表す整数。

例外

プロパティに Null が格納されています。

適用対象

こちらもご覧ください