Méthode TraceReader.GetBoolean
Returns a Boolean 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 GetBoolean ( _
ordinal As Integer _
) As Boolean
'Utilisation
Dim instance As TraceReader
Dim ordinal As Integer
Dim returnValue As Boolean
returnValue = instance.GetBoolean(ordinal)
public bool GetBoolean(
int ordinal
)
public:
virtual bool GetBoolean(
int ordinal
) sealed
abstract GetBoolean :
ordinal:int -> bool
override GetBoolean :
ordinal:int -> bool
public final function GetBoolean(
ordinal : int
) : boolean
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.Boolean
A Boolean value that represents the data at the specified column position.
Implémente
Exemples
Voir aussi
Référence
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