ServiceBroker Class
The ServiceBroker object represents an implementation of Service Broker on a Microsoft SQL Server database.
命名空间: Microsoft.SqlServer.Management.Smo.Broker
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
语法
声明
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
备注
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
示例
Readme_ServiceBrokerConfiguration
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
ServiceBroker Members
Microsoft.SqlServer.Management.Smo.Broker Namespace
其他资源
Service Broker Programming
Managing Service Broker
Service Broker 简介