共用方式為


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 命名空間

其他資源

使用集合