Click or drag to resize

ServerClientSessionShared.CopyAllDatabasesTo 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
)

Parameters

directory
Type: System.String
Path to a directory
systemDatabaseLocationOnly
Type: System.Boolean
Only copy databases in system database location
See Also