Metoda BusinessLogicConnection.ChangeDatabase
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw: Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Składnia
'Deklaracja
Public Sub ChangeDatabase ( _
dbName As String _
)
'Użycie
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
)
Parametry
- dbName
Typ: System.String