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 BrokerServiceExtender class and associates it with an instance of the BrokerService class.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
brokerService As BrokerService _
)
'Usage
Dim brokerService As BrokerService
Dim instance As New BrokerServiceExtender(brokerService)
public BrokerServiceExtender(
BrokerService brokerService
)
public:
BrokerServiceExtender(
BrokerService^ brokerService
)
new :
brokerService:BrokerService -> BrokerServiceExtender
public function BrokerServiceExtender(
brokerService : BrokerService
)
Parameters
- brokerService
Type: Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService object that specifies the conversation priority with which this instance of the BrokerServiceExtender object is associated.