共用方式為


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 命名空間