Condividi tramite


Proprietà PredLogicalExpr.RightExpr

Gets the right sub-expression.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property RightExpr As PredExpr 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

PredLogicalExpr Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent