Click or drag to resize
SQLScript Class
SQL script to be applied during upgrade or hotfix.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSQLScript

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

The SQLScript type exposes the following members.

Constructors
  NameDescription
Public methodSQLScript
Top
Properties
  NameDescription
Public propertyConnectionString
Connection string needed for script execution.
Public propertyConnectionStringName
Name of connection string needed for script execution.
Public propertySQLFileName
File name of the SQL script.
Public propertySQLFilePath
Full path of SQL script.
Public propertySQLLaunchOrder
Order in which the script should be launched.
Top
See Also