PredLogicalExpr.RightExpr Propiedad
Gets the right sub-expression.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.XEvent.PredExpr
The right sub-expression.