Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a Service Broker queue event set after adding a new queue event to the specified set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Function Add ( _
eventSet As ServiceQueueEventSet, _
anEvent As ServiceQueueEvent _
) As ServiceQueueEventSet
'Usage
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
Parameters
- eventSet
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object that specifies the event set to which the event is added.
- anEvent
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEvent
A ServiceQueueEvent object that specifies the event that is added to the event set.
Return Value
Type: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet that represents the event set after the new event is added.