BrokerObjectBase.GetDBName 方法

Returns the name of the database on which the instance of Service Broker is implemented.

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Friend Overrides Function GetDBName As String
用法
Dim returnValue As String 

returnValue = Me.GetDBName()
protected internal override string GetDBName()
protected public:
virtual String^ GetDBName() override
abstract GetDBName : unit -> string  
override GetDBName : unit -> string
override function GetDBName() : String

返回值

类型:System.String
A String value that specifies the name of the database on which Service Broker is implemented.

示例

Readme_ServiceBrokerConfiguration

请参阅

参考

BrokerObjectBase 类

Microsoft.SqlServer.Management.Smo.Broker 命名空间

其他资源

管理 Service Broker

概述 (Service Broker)