Compartir a través de


ViewEvent Miembros

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

El tipo ViewEvent expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publicoMiembro estático Add Adds two view events to the event set.
Método publicoMiembro estático BitwiseOr Creates a view event set by combining two view events using a bitwise OR.
Método publico Equals Determines whether the referenced view event object is equal to the specified object. (Invalida Object. . :: . .Equals(Object).)
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (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 view event set by performing an addition operation on two ViewEvent objects.
Operador públicoMiembro estático BitwiseOr Creates a view event set by performing a bitwise OR operation on two ViewEvent objects.
Operador públicoMiembro estático Equality Creates a view event set by performing an equality operation on two ViewEvent objects.
Operador públicoMiembro estático Implicit Widening Implicit Implicit Implicit(ViewEvent to ViewEventSet)
Operador públicoMiembro estático Inequality Creates a view event set by performing an inequality operation on two ViewEvent objects.

Principio

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático AlterFulltextIndex Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático AlterIndex Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático AlterView Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático CreateFulltextIndex Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático CreateIndex Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático CreateSpatialIndex Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático CreateStatistics Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático CreateXmlIndex Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático DropFulltextIndex
Propiedad públicaMiembro estático DropIndex Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático DropStatistics Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático DropView Gets a view event that can be included in the event set.
Propiedad públicaMiembro estático UpdateStatistics Gets a view event that can be included in the event set.

Principio