Compartir a través de


TableEvent Miembros

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

El tipo TableEvent expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publicoMiembro estático Add Adds two events resulting in an Event Set.
Método publicoMiembro estático BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Método publico Equals Determines whether the referenced table event object is equal to a specified object. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Gets Hash Code for an event. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns the referenced object in string format. (Invalida Object. . :: . .ToString() () () ().)

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Addition Creates a table event set by performing an addition operation on two TableEvent objects.
Operador públicoMiembro estático BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Operador públicoMiembro estático Equality Creates a table event set by performing an equality operation on two TableEvent objects.
Operador públicoMiembro estático Implicit Widening Implicit Implicit Implicit(TableEvent to TableEventSet)
Operador públicoMiembro estático Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.

Principio

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático AlterFulltextIndex Gets the Alter Full Text Index event.
Propiedad públicaMiembro estático AlterIndex Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático AlterTable Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático CreateFulltextIndex Gets lthe Create Full Text Index event.
Propiedad públicaMiembro estático CreateIndex Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático CreateSpatialIndex Gets the Create Spatial Index event.
Propiedad públicaMiembro estático CreateStatistics Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático CreateXmlIndex Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático DropFulltextIndex Gets the Drop Full Text Index event.
Propiedad públicaMiembro estático DropIndex Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático DropStatistics Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático DropTable Gets a table event that can be included in the event set.
Propiedad públicaMiembro estático UpdateStatistics Gets a table event that can be included in the event set.

Principio