Поделиться через


Класс PredFunctionExpr

Represents the function expression in a predicate.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Management.XEvent.Predicate
    Microsoft.SqlServer.Management.XEvent.PredExpr
      Microsoft.SqlServer.Management.XEvent.PredFunctionExpr

Пространство имен:  Microsoft.SqlServer.Management.XEvent
Сборка:  Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)

Синтаксис

'Декларация
Public NotInheritable Class PredFunctionExpr _
    Inherits PredExpr
'Применение
Dim instance As PredFunctionExpr
public sealed class PredFunctionExpr : PredExpr
public ref class PredFunctionExpr sealed : public PredExpr
[<SealedAttribute>]
type PredFunctionExpr =  
    class 
        inherit PredExpr 
    end
public final class PredFunctionExpr extends PredExpr

Тип PredFunctionExpr обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод PredFunctionExpr Initializes a new instance of the PredFunctionExpr class.

В начало

Свойства

  Имя Описание
Открытое свойство Operand Gets the operand.
Открытое свойство Operator Gets the PredCompare instance.
Открытое свойство Value Gets the value.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

A function expression resembles the Pred_Compare(operand, value) syntax where operand is a PredOperand object and value is a PredValue object.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.XEvent