BrokerPriorityExtender constructeur (BrokerPriority)
Initializes a new instance of the BrokerPriorityExtender class and associates it with an instance of the BrokerPriority class.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
brokerPriority As BrokerPriority _
)
'Utilisation
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
)
Paramètres
- 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.