Share via


ServiceQueueEvent.Add-Methode

Returns a Service Broker queue event set that is created by adding two specified events together.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Shared Function Add ( _
    eventLeft As ServiceQueueEvent, _
    eventRight As ServiceQueueEvent _
) As ServiceQueueEventSet
'Usage
Dim eventLeft As ServiceQueueEvent 
Dim eventRight As ServiceQueueEvent 
Dim returnValue As ServiceQueueEventSet 

returnValue = ServiceQueueEvent.Add(eventLeft, _
    eventRight)
public static ServiceQueueEventSet Add(
    ServiceQueueEvent eventLeft,
    ServiceQueueEvent eventRight
)
public:
static ServiceQueueEventSet^ Add(
    ServiceQueueEvent^ eventLeft, 
    ServiceQueueEvent^ eventRight
)
static member Add : 
        eventLeft:ServiceQueueEvent * 
        eventRight:ServiceQueueEvent -> ServiceQueueEventSet
public static function Add(
    eventLeft : ServiceQueueEvent, 
    eventRight : ServiceQueueEvent
) : ServiceQueueEventSet

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A ServiceQueueEventSet object value that specifies a set of Service Broker queue events.

Beispiele

Behandeln von SMO-Ereignissen

Siehe auch

Verweis

ServiceQueueEvent Klasse

Microsoft.SqlServer.Management.Smo-Namespace