Partager via


Méthode BusinessLogicConnection.ChangeDatabase

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Changes the current database for an open connection.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Sub ChangeDatabase ( _
    dbName As String _
)
'Utilisation
Dim instance As BusinessLogicConnection 
Dim dbName As String

instance.ChangeDatabase(dbName)
public void ChangeDatabase(
    string dbName
)
public:
virtual void ChangeDatabase(
    String^ dbName
) sealed
abstract ChangeDatabase : 
        dbName:string -> unit  
override ChangeDatabase : 
        dbName:string -> unit
public final function ChangeDatabase(
    dbName : String
)

Paramètres

  • dbName
    Type : System.String
    The name of the database for the connection to use.

Implémente

IDbConnection.ChangeDatabase(String)

Voir aussi

Référence

BusinessLogicConnection Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport