Propriedade do RDL ServiceRoute.Events
Gets the events associated with the service route.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceRouteEvents
A ServiceRouteEvents object that represents the service route events.
Exemplos
Readme_ServiceBrokerConfiguration
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Broker