Partager via


Membres TableEvent

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

Le type TableEvent expose les membres suivants.

Méthodes

  Nom Description
Méthode publiqueMembre statique Add Adds two events resulting in an Event Set.
Méthode publiqueMembre statique BitwiseOr Combines two Table Events using a Bitwise OR to create a new Table Event Set.
Méthode publique Equals Determines whether the referenced table event object is equal to a specified object. (Se substitue à Object. . :: . .Equals(Object).)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Gets Hash Code for an event. (Se substitue à Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString Returns the referenced object in string format. (Se substitue à Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Addition Creates a table event set by performing an addition operation on two TableEvent objects.
Opérateur publicMembre statique BitwiseOr Creates a table event set by performing a bitwise OR operation on two TableEvent objects.
Opérateur publicMembre statique Equality Creates a table event set by performing an equality operation on two TableEvent objects.
Opérateur publicMembre statique Implicit Widening Implicit Implicit Implicit(TableEvent to TableEventSet)
Opérateur publicMembre statique Inequality Creates a table event set by performing an inequality operation on two TableEvent objects.

Haut de la page

Propriétés

  Nom Description
Propriété publiqueMembre statique AlterFulltextIndex Gets the Alter Full Text Index event.
Propriété publiqueMembre statique AlterIndex Gets a table event that can be included in the event set.
Propriété publiqueMembre statique AlterTable Gets a table event that can be included in the event set.
Propriété publiqueMembre statique CreateFulltextIndex Gets lthe Create Full Text Index event.
Propriété publiqueMembre statique CreateIndex Gets a table event that can be included in the event set.
Propriété publiqueMembre statique CreateSpatialIndex Gets the Create Spatial Index event.
Propriété publiqueMembre statique CreateStatistics Gets a table event that can be included in the event set.
Propriété publiqueMembre statique CreateXmlIndex Gets a table event that can be included in the event set.
Propriété publiqueMembre statique DropFulltextIndex Gets the Drop Full Text Index event.
Propriété publiqueMembre statique DropIndex Gets a table event that can be included in the event set.
Propriété publiqueMembre statique DropStatistics Gets a table event that can be included in the event set.
Propriété publiqueMembre statique DropTable Gets a table event that can be included in the event set.
Propriété publiqueMembre statique UpdateStatistics Gets a table event that can be included in the event set.

Haut de la page