PredLogicalExpr.RightExpr Property
Gets the right sub-expression.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public ReadOnly Property RightExpr As PredExpr
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.XEvent.PredExpr
The right sub-expression.