Partager via


Membres UserDefinedFunctionEvent

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

Le type UserDefinedFunctionEvent expose les membres suivants.

Méthodes

  Nom Description
Méthode publiqueMembre statique Add Adds two user defined function events to create a user defined function event set.
Méthode publiqueMembre statique BitwiseOr Combines two user defined function events using a bitwise or to create a user defined function event set.
Méthode publique Equals Determines whether the referenced user-defined function 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 user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects.
Opérateur publicMembre statique BitwiseOr Creates a user-defined function event set by performing a bitwise OR operation on two UserDefinedFunctionEvent objects.
Opérateur publicMembre statique Equality Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.
Opérateur publicMembre statique Implicit Widening Implicit Implicit Implicit(UserDefinedFunctionEvent to UserDefinedFunctionEventSet) Casts a single user defined function event as a user defined function event set.
Opérateur publicMembre statique Inequality Creates a user-defined function event set by performing an inequality operation on two UserDefinedFunctionEvent objects.

Haut de la page

Propriétés

  Nom Description
Propriété publiqueMembre statique AlterFunction Gets a user-defined function event that can be included in the event set.
Propriété publiqueMembre statique DropFunction Gets a user-defined function event that can be included in the event set.

Haut de la page