Proprietà BrokerService.Events
Gets the events associated with the Service Broker service.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Events As BrokerServiceEvents
Get
'Utilizzo
Dim instance As BrokerService
Dim value As BrokerServiceEvents
value = instance.Events
public BrokerServiceEvents Events { get; }
public:
property BrokerServiceEvents^ Events {
BrokerServiceEvents^ get ();
}
member Events : BrokerServiceEvents
function get Events () : BrokerServiceEvents
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Broker.BrokerServiceEvents
A BrokerServiceEvents object that represents the Service Broker service events.
Esempi
Readme_ServiceBrokerConfiguration
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker