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 네임스페이스