BrokerPriority 构造函数

Initializes a new instance of the BrokerPriority class.

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub New
用法
Dim instance As New BrokerPriority()
public BrokerPriority()
public:
BrokerPriority()
new : unit -> BrokerPriority
public function BrokerPriority()

注释

The default constructor initializes any fields to their default values.

示例

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)