PredLogicalExpr 類別
Represents a predicate that can be used in an expression.
繼承階層
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredExpr
Microsoft.SqlServer.Management.XEvent.PredLogicalExpr
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public NotInheritable Class PredLogicalExpr _
Inherits PredExpr
'用途
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
PredLogicalExpr 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
PredLogicalExpr | Initializes a new instance of the PredLogicalExpr class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
![]() |
LeftExpr | Gets the left sub-expression. |
![]() |
Operator | Gets the logical operator. |
![]() |
RightExpr | Gets the right sub-expression. |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
上層
備註
The PredLogicalExpr class can apply NOT on a PredExpr object or AND/OR on two PredExpr objects.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。