Udostępnij przez


BrokerPriority.PriorityLevel Property

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

Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public Property PriorityLevel As Byte
[SfcPropertyAttribute] 
public byte PriorityLevel { get; set; }
[SfcPropertyAttribute] 
public:
property unsigned char PriorityLevel {
    unsigned char get ();
    void set (unsigned char value);
}
/** @property */
public byte get_PriorityLevel ()

/** @property */
public void set_PriorityLevel (byte value)
public function get PriorityLevel () : byte

public function set PriorityLevel (value : byte)

Property Value

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.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.