Конструктор 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
)
Параметры
- serviceQueue
Тип Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceQueue
A ServiceQueue object that specifies the conversation priority with which this instance of the ServiceQueueExtender object is associated.