Partilhar via


Método TraceReader.GetFieldType

Returns the field type 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 GetFieldType ( _
    ordinal As Integer _
) As Type
'Uso
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

Parâmetros

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

Valor de retorno

Tipo: System.Type
A Type system object value that specifies the field type of the data value.

Implementa

IDataRecord.GetFieldType(Int32)

Comentários

The value returned corresponds to the type of Object value that is returned from GetValue method.

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