Partager via


Classe PredLogicalExpr

Represents a predicate that can be used in an expression.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.XEvent.Predicate
    Microsoft.SqlServer.Management.XEvent.PredExpr
      Microsoft.SqlServer.Management.XEvent.PredLogicalExpr

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

Syntaxe

'Déclaration
Public NotInheritable Class PredLogicalExpr _
    Inherits PredExpr
'Utilisation
Dim instance As PredLogicalExpr
public sealed class PredLogicalExpr : PredExpr
public ref class PredLogicalExpr sealed : public PredExpr
[<SealedAttribute>]
type PredLogicalExpr =  
    class 
        inherit PredExpr 
    end
public final class PredLogicalExpr extends PredExpr

Le type PredLogicalExpr expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique PredLogicalExpr Initializes a new instance of the PredLogicalExpr class.

Haut de la page

Propriétés

  Nom Description
Propriété publique LeftExpr Gets the left sub-expression.
Propriété publique Operator Gets the logical operator.
Propriété publique RightExpr Gets the right sub-expression.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

The PredLogicalExpr class can apply NOT on a PredExpr object or AND/OR on two PredExpr objects.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.XEvent