SessionBaseCopyAllDatabasesTo Method |
Copies all databases to a selected directory on the local host.
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public virtual void CopyAllDatabasesTo(
string directory,
bool systemDatabaseLocationOnly = false
)
Public Overridable Sub CopyAllDatabasesTo (
directory As String,
Optional systemDatabaseLocationOnly As Boolean = false
)
public:
virtual void CopyAllDatabasesTo(
String^ directory,
bool systemDatabaseLocationOnly = false
)
abstract CopyAllDatabasesTo :
directory : string *
?systemDatabaseLocationOnly : bool
(* Defaults:
let _systemDatabaseLocationOnly = defaultArg systemDatabaseLocationOnly false
*)
-> unit
override CopyAllDatabasesTo :
directory : string *
?systemDatabaseLocationOnly : bool
(* Defaults:
let _systemDatabaseLocationOnly = defaultArg systemDatabaseLocationOnly false
*)
-> unit
Parameters
- directory
- Type: SystemString
Path to a directory - systemDatabaseLocationOnly (Optional)
- Type: SystemBoolean
[Missing <param name="systemDatabaseLocationOnly"/> documentation for "M:VelocityDb.Session.SessionBase.CopyAllDatabasesTo(System.String,System.Boolean)"]
See Also