Partager via


Propriété ServiceQueue.Events

Gets the events associated with the service queue.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Events As ServiceQueueEvents 
    Get
'Utilisation
Dim instance As ServiceQueue 
Dim value As ServiceQueueEvents 

value = instance.Events
public ServiceQueueEvents Events { get; }
public:
property ServiceQueueEvents^ Events {
    ServiceQueueEvents^ get ();
}
member Events : ServiceQueueEvents
function get Events () : ServiceQueueEvents

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Broker.ServiceQueueEvents
A ServiceQueueEvents object that represents the service queue events.

Exemples

Readme_ServiceBrokerConfiguration

Voir aussi

Référence

ServiceQueue Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Développement (Service Broker)

Gestion de Service Broker

Vue d'ensemble (Service Broker)

CREATE QUEUE (Transact-SQL)