ServiceQueueEvent.BitwiseOr(ServiceQueueEvent, ServiceQueueEvent) Method

Definition

public static Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet BitwiseOr (Microsoft.SqlServer.Management.Smo.ServiceQueueEvent eventLeft, Microsoft.SqlServer.Management.Smo.ServiceQueueEvent eventRight);
static member BitwiseOr : Microsoft.SqlServer.Management.Smo.ServiceQueueEvent * Microsoft.SqlServer.Management.Smo.ServiceQueueEvent -> Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
Public Shared Function BitwiseOr (eventLeft As ServiceQueueEvent, eventRight As ServiceQueueEvent) As ServiceQueueEventSet

Parameters

eventLeft
ServiceQueueEvent
eventRight
ServiceQueueEvent

Returns

Applies to