Partager via


Propriété Events

Gets the events associated with the service route.

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 ServiceRouteEvents
    Get
'Utilisation
Dim instance As ServiceRoute
Dim value As ServiceRouteEvents

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceRouteEvents
A ServiceRouteEvents object that represents the service route events.