PredLogicalExpr.Operator プロパティ

論理演算子を取得します。

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

構文

'宣言
Public ReadOnly Property Operator As PredLogicalExpr.LogicalOperatorType 
    Get
'使用
Dim instance As PredLogicalExpr 
Dim value As PredLogicalExpr.LogicalOperatorType 

value = instance.Operator
public PredLogicalExpr.LogicalOperatorType Operator { get; }
public:
property PredLogicalExpr.LogicalOperatorType Operator {
    PredLogicalExpr.LogicalOperatorType get ();
}
member Operator : PredLogicalExpr.LogicalOperatorType
function get Operator () : PredLogicalExpr.LogicalOperatorType

プロパティ値

型: Microsoft.SqlServer.Management.XEvent.PredLogicalExpr.LogicalOperatorType
論理演算子です。

関連項目

参照

PredLogicalExpr クラス

Microsoft.SqlServer.Management.XEvent 名前空間