Partager via


Membres ViewEvent

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

Le type ViewEvent expose les membres suivants.

Méthodes

  Nom Description
Méthode publiqueMembre statique Add Adds two view events to the event set.
Méthode publiqueMembre statique BitwiseOr Creates a view event set by combining two view events using a bitwise OR.
Méthode publique Equals Determines whether the referenced view event object is equal to the specified object. (Se substitue à Object. . :: . .Equals(Object).)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (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 view event set by performing an addition operation on two ViewEvent objects.
Opérateur publicMembre statique BitwiseOr Creates a view event set by performing a bitwise OR operation on two ViewEvent objects.
Opérateur publicMembre statique Equality Creates a view event set by performing an equality operation on two ViewEvent objects.
Opérateur publicMembre statique Implicit Widening Implicit Implicit Implicit(ViewEvent to ViewEventSet)
Opérateur publicMembre statique Inequality Creates a view event set by performing an inequality operation on two ViewEvent objects.

Haut de la page

Propriétés

  Nom Description
Propriété publiqueMembre statique AlterFulltextIndex Gets a view event that can be included in the event set.
Propriété publiqueMembre statique AlterIndex Gets a view event that can be included in the event set.
Propriété publiqueMembre statique AlterView Gets a view event that can be included in the event set.
Propriété publiqueMembre statique CreateFulltextIndex Gets a view event that can be included in the event set.
Propriété publiqueMembre statique CreateIndex Gets a view event that can be included in the event set.
Propriété publiqueMembre statique CreateSpatialIndex Gets a view event that can be included in the event set.
Propriété publiqueMembre statique CreateStatistics Gets a view event that can be included in the event set.
Propriété publiqueMembre statique CreateXmlIndex Gets a view event that can be included in the event set.
Propriété publiqueMembre statique DropFulltextIndex
Propriété publiqueMembre statique DropIndex Gets a view event that can be included in the event set.
Propriété publiqueMembre statique DropStatistics Gets a view event that can be included in the event set.
Propriété publiqueMembre statique DropView Gets a view event that can be included in the event set.
Propriété publiqueMembre statique UpdateStatistics Gets a view event that can be included in the event set.

Haut de la page