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
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker