Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the ServiceQueueExtender class and associates it with an instance of the ServiceQueue class.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
serviceQueue As ServiceQueue _
)
'Uso
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
)
Parámetros
- serviceQueue
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
A ServiceQueue object that specifies the conversation priority with which this instance of the ServiceQueueExtender object is associated.
Vea también
Referencia
Sobrecarga de ServiceQueueExtender
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker