Click or drag to resize
SqlInstallationHelperCopyingCompleted Method
Checks if given database is being copied.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static bool CopyingCompleted(
	string connectionString,
	string databaseName
)

Parameters

connectionString
Type: SystemString
Connection to master database.
databaseName
Type: SystemString
Name of database to check.

Return Value

Type: Boolean
See Also