Udostępnij za pośrednictwem


Metoda BusinessLogicDataReader.GetFieldType

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Function GetFieldType ( _
    i As Integer _
) As Type
'Użycie
Dim instance As BusinessLogicDataReader
Dim i As Integer
Dim returnValue As Type

returnValue = instance.GetFieldType(i)
public Type GetFieldType(
    int i
)
public:
virtual Type^ GetFieldType(
    int i
) sealed
abstract GetFieldType : 
        i:int -> Type 
override GetFieldType : 
        i:int -> Type 
public final function GetFieldType(
    i : int
) : Type

Parametry

Wartość zwracana

Typ: System.Type

Implementacje

IDataRecord.GetFieldType(Int32)