Udostępnij przez


Metoda AdomdDataReader.GetInt16

Zwraca Int16 zawiera wartości z określonej kolumna.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Function GetInt16 ( _
    i As Integer _
) As Short
'Użycie
Dim instance As AdomdDataReader
Dim i As Integer
Dim returnValue As Short

returnValue = instance.GetInt16(i)
public short GetInt16(
    int i
)
public:
virtual short GetInt16(
    int i
) sealed
abstract GetInt16 : 
        i:int -> int16 
override GetInt16 : 
        i:int -> int16 
public final function GetInt16(
    i : int
) : short

Parametry

  • i
    Typ: System.Int32
    Od zera Pozycja porządkowa kolumna, które mają zostać pobrane.

Wartość zwracana

Typ: System.Int16
Int16 zawiera wartość określona kolumna.

Implementacje

IDataRecord.GetInt16(Int32)