Share via


PredLogicalExpr.LogicalOperatorType 列挙体

論理演算子の種類 (AND、OR、NOT) から成る列挙体を表します。

名前空間:  Microsoft.SqlServer.Management.XEvent
アセンブリ:  Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)

構文

'宣言
Public Enumeration LogicalOperatorType
'使用
Dim instance As PredLogicalExpr.LogicalOperatorType
public enum LogicalOperatorType
public enum class LogicalOperatorType
type LogicalOperatorType
public enum LogicalOperatorType

メンバー

メンバー名 説明
And 論理 AND 演算子です。
Not 論理 NOT 演算子です。
Or 演算子 OR です。

関連項目

参照

Microsoft.SqlServer.Management.XEvent 名前空間