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