Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Classe SqlAssemblyEvents

The SqlAssemblyEvents object represents the settings that are required for SQL Server assembly event notification.

System..::..Object
  Microsoft.SqlServer.Management.Smo..::..SqlAssemblyEvents

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
public class SqlAssemblyEvents

Le type SqlAssemblyEvents expose les membres suivants.

  NomDescription
Méthode publiqueEquals (hérité de Object.)
Méthode protégéeFinalize (hérité de Object.)
Méthode publiqueGetEventSelectionReturns the currently selected event notifications.
Méthode publiqueGetHashCode (hérité de Object.)
Méthode publiqueGetType (hérité de Object.)
Méthode protégéeMemberwiseClone (hérité de Object.)
Méthode publiqueStartEventsStarts receiving events.
Méthode publiqueStopEventsStops receiving events.
Méthode publiqueSubscribeToEvents(SqlAssemblyEventSet)Specifies the assembly events to receive.
Méthode publiqueSubscribeToEvents(SqlAssemblyEventSet, ServerEventHandler)Specifies the assembly events to receive and the event handler that handles the events.
Méthode publiqueToString (hérité de Object.)
Méthode publiqueUnsubscribeAllEventsClears all event settings, and removes all event handlers.
Méthode publiqueUnsubscribeFromEventsClears the specified event settings, and removes all event handlers.
Haut de la page
  NomDescription
Événement publicServerEventSpecifies the event raised when an event occurs in SqlAssembly object and the user has subscribed to the events from that object instance.
Haut de la page

The SqlAssemblyEvents 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.

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.
Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.