ServiceQueueCollection.Add 方法

Adds a ServiceQueue object to the collection.

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

语法

声明
Public Sub Add ( _
    serviceQueue As ServiceQueue _
)
用法
Dim instance As ServiceQueueCollection 
Dim serviceQueue As ServiceQueue

instance.Add(serviceQueue)
public void Add(
    ServiceQueue serviceQueue
)
public:
void Add(
    ServiceQueue^ serviceQueue
)
member Add : 
        serviceQueue:ServiceQueue -> unit
public function Add(
    serviceQueue : ServiceQueue
)

参数

请参阅

参考

ServiceQueueCollection 类

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

其他资源

使用集合