PredLogicalExpr.LeftExpr 属性

Gets the left sub-expression.

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

语法

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

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

属性值

类型:Microsoft.SqlServer.Management.XEvent.PredExpr
The left su-bexpresion.

请参阅

参考

PredLogicalExpr 类

Microsoft.SqlServer.Management.XEvent 命名空间