CurrentValueRecord.GetInt32(Int32) メソッド

定義

フィールド値を Int32 として取得します。

public:
 override int GetInt32(int ordinal);
public override int GetInt32 (int ordinal);
override this.GetInt32 : int -> int
Public Overrides Function GetInt32 (ordinal As Integer) As Integer

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

Int32 としてのフィールド値。

実装

適用対象