次の方法で共有


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 名前空間