Элементы ViewEvent

The ViewEvent object represents the SQL Server view events that can be included in a view event set.

Тип ViewEvent предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый методСтатический элемент Add Adds two view events to the event set.
Открытый методСтатический элемент BitwiseOr Creates a view event set by combining two view events using a bitwise OR.
Открытый метод Equals Determines whether the referenced view event object is equal to the specified object. (Перезаписывает Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Перезаписывает Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString Returns the referenced object in string format. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Addition Creates a view event set by performing an addition operation on two ViewEvent objects.
Открытый операторСтатический элемент BitwiseOr Creates a view event set by performing a bitwise OR operation on two ViewEvent objects.
Открытый операторСтатический элемент Equality Creates a view event set by performing an equality operation on two ViewEvent objects.
Открытый операторСтатический элемент Implicit Widening Implicit Implicit Implicit(ViewEvent to ViewEventSet)
Открытый операторСтатический элемент Inequality Creates a view event set by performing an inequality operation on two ViewEvent objects.

В начало

Свойства

  Имя Описание
Открытое свойствоСтатический элемент AlterFulltextIndex Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент AlterIndex Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент AlterView Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент CreateFulltextIndex Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент CreateIndex Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент CreateSpatialIndex Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент CreateStatistics Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент CreateXmlIndex Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент DropFulltextIndex
Открытое свойствоСтатический элемент DropIndex Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент DropStatistics Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент DropView Gets a view event that can be included in the event set.
Открытое свойствоСтатический элемент UpdateStatistics Gets a view event that can be included in the event set.

В начало