ServiceQueueEventSet 构造函数 (ServiceQueueEvent)

Initializes a new instance of the ServiceQueueEventSet class with a specified event.

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

语法

声明
Public Sub New ( _
    anEvent As ServiceQueueEvent _
)
用法
Dim anEvent As ServiceQueueEvent 

Dim instance As New ServiceQueueEventSet(anEvent)
public ServiceQueueEventSet(
    ServiceQueueEvent anEvent
)
public:
ServiceQueueEventSet(
    ServiceQueueEvent^ anEvent
)
new : 
        anEvent:ServiceQueueEvent -> ServiceQueueEventSet
public function ServiceQueueEventSet(
    anEvent : ServiceQueueEvent
)

参数

示例

处理 SMO 事件

请参阅

参考

ServiceQueueEventSet 类

ServiceQueueEventSet 重载

Microsoft.SqlServer.Management.Smo 命名空间