Partager via


Méthode TraceReader.GetByte

Returns a Byte value from the record 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 GetByte ( _
    ordinal As Integer _
) As Byte
'Utilisation
Dim instance As TraceReader 
Dim ordinal As Integer 
Dim returnValue As Byte 

returnValue = instance.GetByte(ordinal)
public byte GetByte(
    int ordinal
)
public:
virtual unsigned char GetByte(
    int ordinal
) sealed
abstract GetByte : 
        ordinal:int -> byte  
override GetByte : 
        ordinal:int -> byte
public final function GetByte(
    ordinal : int
) : byte

Paramètres

  • ordinal
    Type : System.Int32
    An Int32 value that specifies the column position at which to retrieve the value.

Valeur de retour

Type : System.Byte
An Uint8 value that represents the data at the specified column position.

Implémente

IDataRecord.GetByte(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