Класс PredOperand
Represents a predicate operand. A predicate operand can be a DataEventColumnInfo object or a PredSourceInfo object.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.XEvent.Predicate
Microsoft.SqlServer.Management.XEvent.PredOperand
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public NotInheritable Class PredOperand _
Inherits Predicate
'Применение
Dim instance As PredOperand
public sealed class PredOperand : Predicate
public ref class PredOperand sealed : public Predicate
[<SealedAttribute>]
type PredOperand =
class
inherit Predicate
end
public final class PredOperand extends Predicate
Тип PredOperand обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
PredOperand(DataEventColumnInfo) | Initializes a new instance of the PredOperand class from the eventColumn parameter. |
![]() |
PredOperand(PredSourceInfo) | Initializes a new instance of the PredOperand class from the sourceInfo parameter. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
OperandObject | Gets the object used to construct the operand. The object should be an instance of DataEventColumnInfo or PredSourceInfo. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
ToString | Returns a string that represents the current PredOperand object. (Переопределяет Object.ToString().) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.