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としてのフィールド値。

実装

適用対象