Freigeben über


BusinessLogicConnection.Database-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public ReadOnly Property Database As String 
    Get
'Usage
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

Eigenschaftswert

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

Implementiert

IDbConnection.Database

Siehe auch

Verweis

BusinessLogicConnection Klasse

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace