SqlInstallationHelperCopyingCompleted Method |
Checks if given database is being copied.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
BooleanSee Also