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 | |
---|---|---|
PredLogicalExpr | Initializes a new instance of the PredLogicalExpr class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
LeftExpr | Gets the left sub-expression. | |
Operator | Gets the logical operator. | |
RightExpr | Gets the right sub-expression. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
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.