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)