Compartir a través de


SqlAssemblyEvent Miembros

The SqlAssemblyEvent object represents the SQL Server assembly events that can be included in an assembly event set.

El tipo SqlAssemblyEvent expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publicoMiembro estático Add Returns an SQL assembly event set that is created by adding two SQL assembly events together.
Método publicoMiembro estático BitwiseOr Returns a SqlAssemblyEventSet as a result of a bitwise OR operation on two Sql Assembly Events.
Método publico Equals Determines whether the referenced assembly event object is equal to a 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 an assembly event set by performing an addition operation on two SqlAssemblyEvent objects.
Operador públicoMiembro estático BitwiseOr Creates an assembly event set by performing a bitwise OR operation on two ServerEvent objects.
Operador públicoMiembro estático Equality Creates an assembly event set by performing an equality operation on two SqlAssemblyEvent objects.
Operador públicoMiembro estático Implicit Widening Implicit Implicit Implicit(SqlAssemblyEvent to SqlAssemblyEventSet) Casts a single SqlAssemblyEvent as an SqlAssemblyEventSet.
Operador públicoMiembro estático Inequality Creates an assembly event set by performing an inequality operation on two SqlAssemblyEvent objects.

Principio

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático AlterAssembly Gets an assembly event that can be included in the event set.
Propiedad públicaMiembro estático DropAssembly Gets an assembly event that can be included in the event set.

Principio