Metoda ServiceQueueEventSet.Add (ServiceQueueEventSet, ServiceQueueEvent)
Zwraca Service Broker kolejki zdarzeń zestaw po dodaniu nowego zdarzenie w kolejce na określony zestaw.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Shared Function Add ( _
eventSet As ServiceQueueEventSet, _
anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
'Użycie
Dim eventSet As ServiceQueueEventSet
Dim anEvent As ServiceQueueEvent
Dim returnValue As ServiceQueueEventSet
returnValue = ServiceQueueEventSet.Add(eventSet, _
anEvent)
public static ServiceQueueEventSet Add(
ServiceQueueEventSet eventSet,
ServiceQueueEvent anEvent
)
public:
static ServiceQueueEventSet^ Add(
ServiceQueueEventSet^ eventSet,
ServiceQueueEvent^ anEvent
)
static member Add :
eventSet:ServiceQueueEventSet *
anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public static function Add(
eventSet : ServiceQueueEventSet,
anEvent : ServiceQueueEvent
) : ServiceQueueEventSet
Parametry
- eventSet
Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet obiekt, który określa zdarzenie zestaw dodaje się zdarzenie.
- anEvent
Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent obiekt, który określa zdarzenie, które jest dodawane do zestaw zdarzeń.
Wartość zwracana
Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet , reprezentuje zdarzenia zestaw po dodaniu nowych zdarzeń.
Zobacz także