Конструктор BrokerPriority (ServiceBroker, String)

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
)

Параметры

  • name
    Тип: System.String
    A String value that specifies the name of the conversation priority.

Примеры

CREATE BROKER PRIORITY (Transact-SQL)

См. также

Справочник

BrokerPriority Класс

Перегрузка BrokerPriority

Пространство имен Microsoft.SqlServer.Management.Smo.Broker

Другие ресурсы

Приоритеты диалогов

Управление приоритетом диалогов

Устранение неполадок с приоритетами диалогов

Разработка (компонент Service Broker)

Общие сведения (компонент Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)

Инструкция ALTER BROKER PRIORITY (Transact-SQL)

DROP BROKER PRIORITY (Transact-SQL)