Méthode BusinessLogicDataReader.GetFieldType
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the data type of the specified column.
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
- i
Type : System.Int32
The zero-based column ordinal.
Valeur de retour
Type : System.Type
The data type of the specified column.
Implémente
IDataRecord.GetFieldType(Int32)
Voir aussi
Référence
BusinessLogicDataReader Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport