CurrentValueRecord.GetInt16(Int32) メソッド

定義

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

public:
 override short GetInt16(int ordinal);
public override short GetInt16 (int ordinal);
override this.GetInt16 : int -> int16
Public Overrides Function GetInt16 (ordinal As Integer) As Short

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

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

実装

適用対象