BrokerPriorityExtender 생성자 (BrokerPriority)
Initializes a new instance of the BrokerPriorityExtender class and associates it with an instance of the BrokerPriority class.
네임스페이스: Microsoft.SqlServer.Management.Smo.Broker
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
brokerPriority As BrokerPriority _
)
‘사용 방법
Dim brokerPriority As BrokerPriority
Dim instance As New BrokerPriorityExtender(brokerPriority)
public BrokerPriorityExtender(
BrokerPriority brokerPriority
)
public:
BrokerPriorityExtender(
BrokerPriority^ brokerPriority
)
new :
brokerPriority:BrokerPriority -> BrokerPriorityExtender
public function BrokerPriorityExtender(
brokerPriority : BrokerPriority
)
매개 변수
- brokerPriority
유형: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority object that specifies the Service Broker conversation priority with which this instance of the BrokerPriorityExtender object is associated.