Konstruktor BrokerPriorityExtender (BrokerPriority)
Inicjuje nowe wystąpienie BrokerPriorityExtender klasy i kojarzy ją z instancją BrokerPriority klasy
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub New ( _
brokerPriority As BrokerPriority _
)
'Użycie
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
)
Parametry
- brokerPriority
Typ: Microsoft.SqlServer.Management.Smo.Broker.BrokerPriority
A BrokerPriority obiekt, który określa priorytet konwersacja Service Broker, z którego to wystąpienie BrokerPriorityExtender skojarzony jest obiekt.