Click or drag to resize
DatabaseInstallationSettings Class
Container for configuration data required for database installation.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineDatabaseInstallationSettings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class DatabaseInstallationSettings

The DatabaseInstallationSettings type exposes the following members.

Constructors
  NameDescription
Public methodDatabaseInstallationSettings
Top
Properties
  NameDescription
Public propertyApplyHotfix
Gets or sets the information determining hotfix application during database installation.
Public propertyConnectionString
Gets or sets the connection string to the database.
Public propertyDatabaseObjectInstallationErrorMessage
Gets or sets the error message used when creation of DB objects fails.
Public propertyDataInstallationErrorMessage
Gets or sets the error message used when data creation fails.
Public propertyLogger
Gets or sets the logger used during database installation.
Public propertyScriptsFolder
Gets or sets the folder with the database scripts.
Top
See Also