BrokerPriority.PriorityLevel 属性

Gets or sets the priority level associated with the BrokerPriority object.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property PriorityLevel As Byte 
    Get 
    Set
用法
Dim instance As BrokerPriority 
Dim value As Byte 

value = instance.PriorityLevel

instance.PriorityLevel = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte PriorityLevel { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property unsigned char PriorityLevel {
    unsigned char get ();
    void set (unsigned char value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PriorityLevel : byte with get, set
function get PriorityLevel () : byte 
function set PriorityLevel (value : byte)

属性值

类型:System.Byte
A Byte value that specifies the priority level to be assigned to any conversation endpoint that uses the contract and services specified in the conversation priority.

注释

PriorityLevel must be an integer from 1 (lowest priority) to 10 (highest priority). The default is 5.

示例

CREATE BROKER PRIORITY (Transact-SQL)

请参阅

参考

BrokerPriority 类

Microsoft.SqlServer.Management.Smo.Broker 命名空间

其他资源

会话优先级

管理会话优先级

排除会话优先级的故障

开发 (Service Broker)

概述 (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)