Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the BrokerPriorityExtender class and associates it with an instance of the BrokerPriority class.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
brokerPriority As BrokerPriority _
)
'Usage
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
)
Parameters
- brokerPriority
Type: 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.