Partager via


Méthode TraceReader.IsDBNull

Specifies whether the specified column is set to null.

Espace de noms :  Microsoft.SqlServer.Management.Trace
Assembly :  Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntaxe

'Déclaration
Public Function IsDBNull ( _
    ordinal As Integer _
) As Boolean
'Utilisation
Dim instance As TraceReader 
Dim ordinal As Integer 
Dim returnValue As Boolean 

returnValue = instance.IsDBNull(ordinal)
public bool IsDBNull(
    int ordinal
)
public:
virtual bool IsDBNull(
    int ordinal
) sealed
abstract IsDBNull : 
        ordinal:int -> bool  
override IsDBNull : 
        ordinal:int -> bool
public final function IsDBNull(
    ordinal : int
) : boolean

Paramètres

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

Valeur de retour

Type : System.Boolean
A Boolean value that specifies whether the specified column is set to null.If True, the value is null.If False, the is not null.

Implémente

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