PredLogicalExpr.LeftExpr Property

Gets the left sub-expression.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public ReadOnly Property LeftExpr As PredExpr 
    Get
'Usage
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

Property Value

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

See Also

Reference

PredLogicalExpr Class

Microsoft.SqlServer.Management.XEvent Namespace