ServiceQueueEvent.BitwiseOr 方法

Creates a service queue event set by performing a bitwise OR operation on two ServiceQueueEvent objects.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared Function BitwiseOr ( _
    eventLeft As ServiceQueueEvent, _
    eventRight As ServiceQueueEvent _
) As ServiceQueueEventSet
用法
Dim eventLeft As ServiceQueueEvent 
Dim eventRight As ServiceQueueEvent 
Dim returnValue As ServiceQueueEventSet 

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

参数

返回值

类型:Microsoft.SqlServer.Management.Smo.ServiceQueueEventSet
A service queue event set by performing a bitwise OR operation.

请参阅

参考

ServiceQueueEvent 类

Microsoft.SqlServer.Management.Smo 命名空间