共用方式為


BusinessLogicConnection.Database 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the name of the current database after a connection is opened.

命名空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
組件:  Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

語法

'宣告
Public ReadOnly Property Database As String 
    Get
'用途
Dim instance As BusinessLogicConnection 
Dim value As String 

value = instance.Database
public string Database { get; }
public:
virtual property String^ Database {
    String^ get () sealed;
}
abstract Database : string 
override Database : string
final function get Database () : String

屬性值

型別:System.String
The name of the current database after a connection is opened.

實作

IDbConnection.Database

請參閱

參考

BusinessLogicConnection 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間