Partilhar via


Método BusinessLogicConnection.ChangeDatabase

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Changes the current database for an open connection.

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

Sintaxe

'Declaração
Public Sub ChangeDatabase ( _
    dbName As String _
)
'Uso
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
)

Parâmetros

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

Implementa

IDbConnection.ChangeDatabase(String)

Consulte também

Referência

BusinessLogicConnection Classe

Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport