Класс PredValue
Represents an rvalue in PredCompareExpr object or the second parameter in the PredFunctionExpr object.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredValue
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public NotInheritable Class PredValue _
Inherits Predicate
'Применение
Dim instance As PredValue
public sealed class PredValue : Predicate
public ref class PredValue sealed : public Predicate
[<SealedAttribute>]
type PredValue =
class
inherit Predicate
end
public final class PredValue extends Predicate
Тип PredValue обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
PredValue | Initializes a new instance of the PredValue class with the specified object. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | Returns a string value that represents the current PredValue object. (Переопределяет Object.ToString().) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.