IDataRecord.GetInt16(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定欄位的 16 位元帶正負號的整數值。
public:
short GetInt16(int i);
public short GetInt16 (int i);
abstract member GetInt16 : int -> int16
Public Function GetInt16 (i As Integer) As Short
參數
- i
- Int32
要尋找的欄位索引。
傳回
指定欄位的 16 位元帶正負號的整數值。
例外狀況
傳遞的索引超出 0 到 FieldCount 的範圍。