Propriété PredLogicalExpr.RightExpr
Gets the right sub-expression.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RightExpr As PredExpr
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.XEvent.PredExpr
The right sub-expression.