Proprietà ServiceQueue.Events

Gets the events associated with the service queue.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As ServiceQueueEvents 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Readme_ServiceBrokerConfiguration

Vedere anche

Riferimento

ServiceQueue Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker

Altre risorse

Sviluppo (Service Broker)

Gestione di Service Broker

Panoramica (Service Broker)

CREATE QUEUE (Transact-SQL)