Свойство PredLogicalExpr.LeftExpr
Gets the left sub-expression.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public ReadOnly Property LeftExpr As PredExpr
Get
'Применение
Dim instance As PredLogicalExpr
Dim value As PredExpr
value = instance.LeftExpr
public PredExpr LeftExpr { get; }
public:
property PredExpr^ LeftExpr {
PredExpr^ get ();
}
member LeftExpr : PredExpr
function get LeftExpr () : PredExpr
Значение свойства
Тип: Microsoft.SqlServer.Management.XEvent.PredExpr
The left su-bexpresion.