Свойство PredLogicalExpr.RightExpr
Gets the right sub-expression.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public ReadOnly Property RightExpr As PredExpr
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.XEvent.PredExpr
The right sub-expression.