Compartir a través de


UserDefinedFunctionEvent Miembros

The UserDefinedFunctionEvent object represents the SQL Server user-defined function events that can be included in a user-defined function event set.

El tipo UserDefinedFunctionEvent expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publicoMiembro estático Add Adds two user defined function events to create a user defined function event set.
Método publicoMiembro estático BitwiseOr Combines two user defined function events using a bitwise or to create a user defined function event set.
Método publico Equals Determines whether the referenced user-defined function 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 user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects.
Operador públicoMiembro estático BitwiseOr Creates a user-defined function event set by performing a bitwise OR operation on two UserDefinedFunctionEvent objects.
Operador públicoMiembro estático Equality Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.
Operador públicoMiembro estático Implicit Widening Implicit Implicit Implicit(UserDefinedFunctionEvent to UserDefinedFunctionEventSet) Casts a single user defined function event as a user defined function event set.
Operador públicoMiembro estático Inequality Creates a user-defined function event set by performing an inequality operation on two UserDefinedFunctionEvent objects.

Principio

Propiedades

  Nombre Descripción
Propiedad públicaMiembro estático AlterFunction Gets a user-defined function event that can be included in the event set.
Propiedad públicaMiembro estático DropFunction Gets a user-defined function event that can be included in the event set.

Principio