Конструктор BrokerPriorityExtender (BrokerPriority)
Initializes a new instance of the BrokerPriorityExtender class and associates it with an instance of the BrokerPriority class.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
brokerPriority As BrokerPriority _
)
'Применение
Dim brokerPriority As BrokerPriority
Dim instance As New BrokerPriorityExtender(brokerPriority)
public BrokerPriorityExtender(
BrokerPriority brokerPriority
)
public:
BrokerPriorityExtender(
BrokerPriority^ brokerPriority
)
new :
brokerPriority:BrokerPriority -> BrokerPriorityExtender
public function BrokerPriorityExtender(
brokerPriority : BrokerPriority
)
Параметры
- brokerPriority
Тип Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerPriority
A BrokerPriority object that specifies the Service Broker conversation priority with which this instance of the BrokerPriorityExtender object is associated.