CurrentValueRecord.GetInt64(Int32) メソッド

定義

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

public:
 override long GetInt64(int ordinal);
public override long GetInt64(int ordinal);
override this.GetInt64 : int -> int64
Public Overrides Function GetInt64 (ordinal As Integer) As Long

パラメーター

ordinal
Int32

フィールドの序数。

返品

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

実装

適用対象