ServerClientSessionSharedCopyAllDatabasesTo 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 override void CopyAllDatabasesTo(
string directory,
bool systemDatabaseLocationOnly
)
Public Overrides Sub CopyAllDatabasesTo (
directory As String,
systemDatabaseLocationOnly As Boolean
)
public:
virtual void CopyAllDatabasesTo(
String^ directory,
bool systemDatabaseLocationOnly
) override
abstract CopyAllDatabasesTo :
directory : string *
systemDatabaseLocationOnly : bool -> unit
override CopyAllDatabasesTo :
directory : string *
systemDatabaseLocationOnly : bool -> unit
Parameters
- directory
- Type: SystemString
Path to a directory - systemDatabaseLocationOnly
- Type: SystemBoolean
Only copy databases in system database location
See Also