Metoda ServiceQueueEventSet.Add (ServiceQueueEvent)
Zwraca Service Broker kolejki zdarzeń ustawiony po dodaniu nowego zdarzenie kolejki do odwołania zestaw.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function Add ( _
anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
'Użycie
Dim instance As ServiceQueueEventSet
Dim anEvent As ServiceQueueEvent
Dim returnValue As ServiceQueueEventSet
returnValue = instance.Add(anEvent)
public ServiceQueueEventSet Add(
ServiceQueueEvent anEvent
)
public:
ServiceQueueEventSet^ Add(
ServiceQueueEvent^ anEvent
)
member Add :
anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public function Add(
anEvent : ServiceQueueEvent
) : ServiceQueueEventSet
Parametry
- anEvent
Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent obiekt, który określa zdarzenie.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet reprezentująca zdarzenie zestaw.
Zobacz także