共用方式為


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 的欄位值。

實作

適用於