Class SqlScript
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a SQL script.
public class SqlScript : BypassSection
- Inheritance
-
SqlScript
- Inherited Members
Constructors
SqlScript()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlScript class.
public SqlScript()
Properties
Contents
Gets or sets the script contents.
public string Contents { get; set; }
Property Value
Methods
ToString()
Returns the host information as a human readable string.
public override string ToString()
Returns
- string
The host information as a human readable string.