ChangeDatabase méthode

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

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (dans 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

Implémente

IDbConnection. . :: . .ChangeDatabase(String)