Compartilhar via


Membros ViewEvent

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

O tipo ViewEvent expõe os seguintes membros.

Métodos

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

Início

Propriedades

  Nome Descrição
Propriedade públicaMembro estático AlterFulltextIndex Gets a view event that can be included in the event set.
Propriedade públicaMembro estático AlterIndex Gets a view event that can be included in the event set.
Propriedade públicaMembro estático AlterView Gets a view event that can be included in the event set.
Propriedade públicaMembro estático CreateFulltextIndex Gets a view event that can be included in the event set.
Propriedade públicaMembro estático CreateIndex Gets a view event that can be included in the event set.
Propriedade públicaMembro estático CreateSpatialIndex Gets a view event that can be included in the event set.
Propriedade públicaMembro estático CreateStatistics Gets a view event that can be included in the event set.
Propriedade públicaMembro estático CreateXmlIndex Gets a view event that can be included in the event set.
Propriedade públicaMembro estático DropFulltextIndex
Propriedade públicaMembro estático DropIndex Gets a view event that can be included in the event set.
Propriedade públicaMembro estático DropStatistics Gets a view event that can be included in the event set.
Propriedade públicaMembro estático DropView Gets a view event that can be included in the event set.
Propriedade públicaMembro estático UpdateStatistics Gets a view event that can be included in the event set.

Início