Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the BrokerPriority class on the specified implementation of Компонент Service Broker and with the specified name.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
serviceBroker As ServiceBroker, _
name As String _
)
'Применение
Dim serviceBroker As ServiceBroker
Dim name As String
Dim instance As New BrokerPriority(serviceBroker, _
name)
public BrokerPriority(
ServiceBroker serviceBroker,
string name
)
public:
BrokerPriority(
ServiceBroker^ serviceBroker,
String^ name
)
new :
serviceBroker:ServiceBroker *
name:string -> BrokerPriority
public function BrokerPriority(
serviceBroker : ServiceBroker,
name : String
)
Параметры
- serviceBroker
Тип: Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker object value that specifies the implementation of Компонент Service Broker on which the conversation priority is defined.
- name
Тип: System.String
A String value that specifies the name of the conversation priority.
Примеры
CREATE BROKER PRIORITY (Transact-SQL)
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Broker
Другие ресурсы
Управление приоритетом диалогов
Устранение неполадок с приоритетами диалогов
Разработка (компонент Service Broker)
Общие сведения (компонент Service Broker)
CREATE BROKER PRIORITY (Transact-SQL)