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
)
參數
- serviceQueue
型別:Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
The ServiceQueue to add to the collection.
請參閱
參考
Microsoft.SqlServer.Management.Smo.Broker 命名空間