Partilhar via


Membros TableEvent

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

O tipo TableEvent expõe os seguintes membros.

Métodos

  Nome Descrição
Método públicoMembro estático Add Adds two events resulting in an Event Set.
Método públicoMembro estático BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Método público Equals Determines whether the referenced table event object is equal to a specified object. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Gets Hash Code for an event. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Returns the referenced object in string format. (Substitui Object. . :: . .ToString() () () ().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Addition Creates a table event set by performing an addition operation on two TableEvent objects.
Operador públicoMembro estático BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Operador públicoMembro estático Equality Creates a table event set by performing an equality operation on two TableEvent objects.
Operador públicoMembro estático Implicit Widening Implicit Implicit Implicit(TableEvent to TableEventSet)
Operador públicoMembro estático Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.

Início

Propriedades

  Nome Descrição
Propriedade públicaMembro estático AlterFulltextIndex Gets the Alter Full Text Index event.
Propriedade públicaMembro estático AlterIndex Gets a table event that can be included in the event set.
Propriedade públicaMembro estático AlterTable Gets a table event that can be included in the event set.
Propriedade públicaMembro estático CreateFulltextIndex Gets lthe Create Full Text Index event.
Propriedade públicaMembro estático CreateIndex Gets a table event that can be included in the event set.
Propriedade públicaMembro estático CreateSpatialIndex Gets the Create Spatial Index event.
Propriedade públicaMembro estático CreateStatistics Gets a table event that can be included in the event set.
Propriedade públicaMembro estático CreateXmlIndex Gets a table event that can be included in the event set.
Propriedade públicaMembro estático DropFulltextIndex Gets the Drop Full Text Index event.
Propriedade públicaMembro estático DropIndex Gets a table event that can be included in the event set.
Propriedade públicaMembro estático DropStatistics Gets a table event that can be included in the event set.
Propriedade públicaMembro estático DropTable Gets a table event that can be included in the event set.
Propriedade públicaMembro estático UpdateStatistics Gets a table event that can be included in the event set.

Início