Compartir a través de


Events Propiedad

Gets the events associated with the service route.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Events As ServiceRouteEvents
    Get
'Uso
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

Valor de la propiedad

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