Propriété BusinessLogicConnection.Database
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the name of the current database after a connection is opened.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Database As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The name of the current database after a connection is opened.
Implémente
Voir aussi
Référence
BusinessLogicConnection Classe
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport