PredLogicalExpr Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
La classe PredLogicalExpr peut appliquer NOT sur une classe PredExpr ou AND/OR sur deux PredExprs
public sealed class PredLogicalExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredLogicalExpr = class
inherit PredExpr
Public NotInheritable Class PredLogicalExpr
Inherits PredExpr
- Héritage
Constructeurs
| Nom | Description |
|---|---|
| PredLogicalExpr(PredLogicalExpr+LogicalOperatorType, PredExpr, PredExpr) |
Initialise une nouvelle instance de la classe PredLogicalExpr. |
Propriétés
| Nom | Description |
|---|---|
| LeftExpr |
Obtenez la sous-expression de gauche. |
| Operator |
Obtenez l’opérateur logique. |
| RightExpr |
Obtenez la sous-expression appropriée. |