Méthode TraceReader.GetFieldType
Returns the field type of the data value at the specified column position.
Espace de noms : Microsoft.SqlServer.Management.Trace
Assembly : Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntaxe
'Déclaration
Public Function GetFieldType ( _
ordinal As Integer _
) As Type
'Utilisation
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As Type
returnValue = instance.GetFieldType(ordinal)
public Type GetFieldType(
int ordinal
)
public:
virtual Type^ GetFieldType(
int ordinal
) sealed
abstract GetFieldType :
ordinal:int -> Type
override GetFieldType :
ordinal:int -> Type
public final function GetFieldType(
ordinal : int
) : Type
Paramètres
- ordinal
Type : System.Int32
An Int32 value that specifies the column position of the data.
Valeur de retour
Type : System.Type
A Type system object value that specifies the field type of the data value.
Implémente
IDataRecord.GetFieldType(Int32)
Notes
The value returned corresponds to the type of Object value that is returned from GetValue method.
Exemples
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Trace
Autres ressources
Indicateurs de trace (Transact-SQL)
Modèles et autorisations du générateur de SQL Server Profiler