ServiceQueueExtender 构造函数 (ServiceQueue)

Initializes a new instance of the ServiceQueueExtender class and associates it with an instance of the ServiceQueue class.

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

语法

声明
Public Sub New ( _
    serviceQueue As ServiceQueue _
)
用法
Dim serviceQueue As ServiceQueue 

Dim instance As New ServiceQueueExtender(serviceQueue)
public ServiceQueueExtender(
    ServiceQueue serviceQueue
)
public:
ServiceQueueExtender(
    ServiceQueue^ serviceQueue
)
new : 
        serviceQueue:ServiceQueue -> ServiceQueueExtender
public function ServiceQueueExtender(
    serviceQueue : ServiceQueue
)

参数

请参阅

参考

ServiceQueueExtender 类

ServiceQueueExtender 重载

Microsoft.SqlServer.Management.Smo.Broker 命名空间