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)
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Broker 네임스페이스