Click or drag to resize
SqlInstallationHelperInstallDatabase Method
Performs the database installation.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static bool InstallDatabase(
	DatabaseInstallationSettings installationSettings
)

Parameters

installationSettings
Type: CMS.DataEngineDatabaseInstallationSettings
Settings for installation

Return Value

Type: Boolean
True when installation was successful, false otherwise.
See Also