PredLogicalExpr.RightExpr 属性

Gets the right sub-expression.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
Public ReadOnly Property RightExpr As PredExpr 
    Get
用法
Dim instance As PredLogicalExpr 
Dim value As PredExpr 

value = instance.RightExpr
public PredExpr RightExpr { get; }
public:
property PredExpr^ RightExpr {
    PredExpr^ get ();
}
member RightExpr : PredExpr
function get RightExpr () : PredExpr

属性值

类型:Microsoft.SqlServer.Management.XEvent.PredExpr
The right sub-expression.

请参阅

参考

PredLogicalExpr 类

Microsoft.SqlServer.Management.XEvent 命名空间