SqlInstallationHelperInstallDatabase Method |
Performs the database installation.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool InstallDatabase(
DatabaseInstallationSettings installationSettings
)
Parameters
- installationSettings
- Type: CMS.DataEngineDatabaseInstallationSettings
Settings for installation
Return Value
Type:
BooleanTrue when installation was successful, false otherwise.
See Also