BusinessLogicConnection.ChangeDatabase Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub ChangeDatabase ( _
dbName As String _
)
'Usage
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
)
Parameters
- dbName
Type: System.String