Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The UserDefinedFunctionEvents object represents the settings that are required for SQL Server user-defined function event notification.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Class UserDefinedFunctionEvents
'Utilisation
Dim instance As UserDefinedFunctionEvents
public class UserDefinedFunctionEvents
public ref class UserDefinedFunctionEvents
type UserDefinedFunctionEvents = class end
public class UserDefinedFunctionEvents
Le type UserDefinedFunctionEvents expose les membres suivants.
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetEventSelection | Returns the currently selected event notifications. |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
StartEvents | Starts receiving events. |
![]() |
StopEvents | Stops receiving events. |
![]() |
SubscribeToEvents(UserDefinedFunctionEventSet) | Specifies the user-defined function events to receive. |
![]() |
SubscribeToEvents(UserDefinedFunctionEventSet, ServerEventHandler) | Specifies the user-defined function events to receive and the event handler that handles the events. |
![]() |
ToString | (hérité de Object.) |
![]() |
UnsubscribeAllEvents | Clears all event settings, and removes all event handlers. |
![]() |
UnsubscribeFromEvents | Clears the specified event settings, and removes all event handlers. |
Haut de la page
Événements
| Nom | Description | |
|---|---|---|
![]() |
ServerEvent | Specifies the event raised when an event occurs in UserDefinedFunction object and the user has subscribed to the events from that object instance. |
Haut de la page
Notes
The UserDefinedFunctionEvents class is accessed through Events property and cannot be created as a stand-alone object.
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Exemples
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)