共用方式為


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)