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