Partager via


Méthode GetFieldType

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Function GetFieldType ( _
    i As Integer _
) As Type
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Type

Implémente

IDataRecord. . :: . .GetFieldType(Int32)