PredLogicalExpr.Operator 属性

Gets the logical 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
The logical operator.

请参阅

参考

PredLogicalExpr 类

Microsoft.SqlServer.Management.XEvent 命名空间