Propriété Events
Obtient les événements associés au service Service Broker.
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 BrokerServiceEvents
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerServiceEvents
Objet BrokerServiceEvents qui représente les événements du service Service Broker.
Voir aussi