Udostępnij za pośrednictwem


Metoda IDataReader.GetFieldType

Pobiera typu informacji odpowiadającą typowi obiektu zwrócone GetValue.

Przestrzeń nazw:  Microsoft.ReportingServices.DataProcessing
Zestawy:   Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Składnia

'Deklaracja
Function GetFieldType ( _
    fieldIndex As Integer _
) As Type
'Użycie
Dim instance As IDataReader
Dim fieldIndex As Integer
Dim returnValue As Type

returnValue = instance.GetFieldType(fieldIndex)
Type GetFieldType(
    int fieldIndex
)
Type^ GetFieldType(
    int fieldIndex
)
abstract GetFieldType : 
        fieldIndex:int -> Type 
function GetFieldType(
    fieldIndex : int
) : Type

Parametry

Wartość zwracana

Typ: System.Type
Typu informacji typu odpowiadających obiektu , zostałaby zwrócona z GetValue.

Uwagi

Wyjątki

Typ wyjątku

Warunek

IndexOutOfRangeException

Przekazywany indeks był spoza zakres od 0 do FieldCount.