PredLogicalExpr 類別

定義

PredLogicalExpr 類別不能套用在一個 PredExpr,或 AND/OR 套用在兩個 PredExpr 上

public sealed class PredLogicalExpr : Microsoft.SqlServer.Management.XEvent.PredExpr
type PredLogicalExpr = class
    inherit PredExpr
Public NotInheritable Class PredLogicalExpr
Inherits PredExpr
繼承
PredLogicalExpr

建構函式

名稱 Description
PredLogicalExpr(PredLogicalExpr+LogicalOperatorType, PredExpr, PredExpr)

初始化 PredLogicalExpr 類別的新執行個體。

屬性

名稱 Description
LeftExpr

拿左邊的子表達式。

Operator

叫邏輯運算子。

RightExpr

找到正確的子表達式。

適用於