Compartir a través de


Events Propiedad

Gets the events associated with the Service Broker service.

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 BrokerServiceEvents
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerServiceEvents
A BrokerServiceEvents object that represents the Service Broker service events.