Partilhar via


Propriedade do RDL PredLogicalExpr.RightExpr

Gets the right sub-expression.

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

Sintaxe

'Declaração
Public ReadOnly Property RightExpr As PredExpr 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.XEvent.PredExpr
The right sub-expression.

Consulte também

Referência

PredLogicalExpr Classe

Namespace Microsoft.SqlServer.Management.XEvent