Partilhar via


Método TraceReader.GetValue

Gets a value of the data value at the specified column position.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintaxe

'Declaração
Public Function GetValue ( _
    ordinal As Integer _
) As Object
'Uso
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

Parâmetros

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

Valor de retorno

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

Implementa

IDataRecord.GetValue(Int32)

Exemplos

Readme_Tracer

Consulte também

Referência

TraceReader Classe

Namespace Microsoft.SqlServer.Management.Trace

Outros recursos

Sinalizadores de rastreamento (Transact-SQL)

Modelos e permissões do SQL Server Profiler