Partager via


Méthode TraceReader.GetValue

Gets a value 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 GetValue ( _
    ordinal As Integer _
) As Object
'Utilisation
Dim instance As TraceReader 
Dim ordinal As Integer 
Dim returnValue As Object 

returnValue = instance.GetValue(ordinal)
public Object GetValue(
    int ordinal
)
public:
virtual Object^ GetValue(
    int ordinal
) sealed
abstract GetValue : 
        ordinal:int -> Object  
override GetValue : 
        ordinal:int -> Object
public final function GetValue(
    ordinal : int
) : Object

Paramètres

  • ordinal
    Type : System.Int32
    An Int32 value that specifies the column position of the data.

Valeur de retour

Type : System.Object
An Object system value that represents the data at the specified column position.

Implémente

IDataRecord.GetValue(Int32)

Exemples

Readme_Tracer

Voir aussi

Référence

TraceReader Classe

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