ServiceBroker Class
The ServiceBroker object represents an implementation of Service Broker on a Microsoft SQL Server database.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public NotInheritable Class ServiceBroker
Inherits SqlSmoObject
public sealed class ServiceBroker : SqlSmoObject
public ref class ServiceBroker sealed : public SqlSmoObject
public final class ServiceBroker extends SqlSmoObject
public final class ServiceBroker extends SqlSmoObject
Remarks
The ServiceBroker object is the top-level class under which all the Service Broker functionality resides. A Service Broker implementation (services, queues, and message types) is required for each database that is participating in the distributed messaging application.
To get ServiceBroker object properties, users can be a member of the public fixed server role.
To set ServiceBroker object properties, users must be a member of the db_ddladmin or db_owner fixed database roles, or be a member of the sysadmin fixed server role. The user also requires REFERENCES permission on the specified schema.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.SmoObjectBase
Microsoft.SqlServer.Management.Smo.SqlSmoObject
Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
Example
Readme_ServiceBrokerConfiguration
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ServiceBroker Members
Microsoft.SqlServer.Management.Smo.Broker Namespace
Other Resources
Service Broker Programming
Managing Service Broker
Introducing Service Broker