Compartir a través de


TraceReader.GetValue Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Trace
Ensamblado:  Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintaxis

'Declaración
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 devuelto

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

Implementa

IDataRecord.GetValue(Int32)

Ejemplos

Readme_Tracer

Vea también

Referencia

TraceReader Clase

Espacio de nombres Microsoft.SqlServer.Management.Trace

Otros recursos

Marcas de seguimiento (Transact-SQL)

Plantillas y permisos de SQL Server Profiler