Constructeur ServiceQueueExtender (ServiceQueue)
Initializes a new instance of the ServiceQueueExtender class and associates it with an instance of the ServiceQueue class.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
serviceQueue As ServiceQueue _
)
'Utilisation
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
)
Paramètres
- serviceQueue
Type : Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
A ServiceQueue object that specifies the conversation priority with which this instance of the ServiceQueueExtender object is associated.