Элементы TableEvent

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

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

Методы

  Имя Описание
Открытый методСтатический элемент Add Adds two events resulting in an Event Set.
Открытый методСтатический элемент BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Открытый метод Equals Determines whether the referenced table event object is equal to a specified object. (Перезаписывает Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode Gets Hash Code for an event. (Перезаписывает Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString Returns the referenced object in string format. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Операторы

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

В начало

Свойства

  Имя Описание
Открытое свойствоСтатический элемент AlterFulltextIndex Gets the Alter Full Text Index event.
Открытое свойствоСтатический элемент AlterIndex Gets a table event that can be included in the event set.
Открытое свойствоСтатический элемент AlterTable Gets a table event that can be included in the event set.
Открытое свойствоСтатический элемент CreateFulltextIndex Gets lthe Create Full Text Index event.
Открытое свойствоСтатический элемент CreateIndex Gets a table event that can be included in the event set.
Открытое свойствоСтатический элемент CreateSpatialIndex Gets the Create Spatial Index event.
Открытое свойствоСтатический элемент CreateStatistics Gets a table event that can be included in the event set.
Открытое свойствоСтатический элемент CreateXmlIndex Gets a table event that can be included in the event set.
Открытое свойствоСтатический элемент DropFulltextIndex Gets the Drop Full Text Index event.
Открытое свойствоСтатический элемент DropIndex Gets a table event that can be included in the event set.
Открытое свойствоСтатический элемент DropStatistics Gets a table event that can be included in the event set.
Открытое свойствоСтатический элемент DropTable Gets a table event that can be included in the event set.
Открытое свойствоСтатический элемент UpdateStatistics Gets a table event that can be included in the event set.

В начало