BrokerServiceExtender Constructor (BrokerService)
Initializes a new instance of the BrokerServiceExtender class and associates it with an instance of the BrokerService class. This constructor is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
brokerService As BrokerService _
)
public BrokerServiceExtender (
BrokerService brokerService
)
public:
BrokerServiceExtender (
BrokerService^ brokerService
)
public BrokerServiceExtender (
BrokerService brokerService
)
public function BrokerServiceExtender (
brokerService : BrokerService
)
Parameters
- brokerService
A BrokerService object that specifies the conversation priority with which this instance of the BrokerServiceExtender object is associated.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.