| Name | Description | |
|---|---|---|
![]()  | SqlScript Constructor | Overloaded. Initializes a new instance of the SqlScript class. | 
The following tables list the members exposed by SqlScript.
| Name | Description | |
|---|---|---|
![]()  | SqlScript Constructor | Overloaded. Initializes a new instance of the SqlScript class. | 
| Name | Description | |
|---|---|---|
![]()  | CommandTimeout | Gets or sets the wait time before terminating an attempt to execute a script and generating an error. (Inherited from Devart.Common.DbScript) | 
![]()  | Connection | Gets or sets the SqlConnection used by this instance of the SqlScript. | 
![]()  | Container | (Inherited from System.ComponentModel.Component) | 
![]()  | Name | Gets or sets the name of component that will be displayed in dbMonitor application. (Inherited from Devart.Common.DbScript) | 
![]()  | ScriptText | Overridden. Gets or sets text of the script. | 
![]()  | Site | (Inherited from System.ComponentModel.Component) | 
![]()  | Statements | Gets the collection of statements that make up the script. (Inherited from Devart.Common.DbScript) | 
| Name | Description | |
|---|---|---|
![]()  | Cancel | Tries to cancel the execution of a Devart.Common.DbScript descendant. (Inherited from Devart.Common.DbScript) | 
![]()  | CreateObjRef | (Inherited from System.MarshalByRefObject) | 
![]()  | Dispose() | (Inherited from System.ComponentModel.Component) | 
![]()  | Execute | Executes the script specified in ScriptText property. (Inherited from Devart.Common.DbScript) | 
![]()  | ExecuteNext | Executes the next statement from the script. (Inherited from Devart.Common.DbScript) | 
![]()  | GetLifetimeService | (Inherited from System.MarshalByRefObject) | 
![]()  | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | 
![]()  | Open | Overloaded. Prepares a stream to be executed as SQL script. (Inherited from Devart.Common.DbScript) | 
![]()  | Reset | Overridden. | 
![]()  | ToString | (Inherited from System.ComponentModel.Component) | 
| Name | Description | |
|---|---|---|
![]()  | Disposed | (Inherited from System.ComponentModel.Component) | 
![]()  | Error | Occurs when a SQL statement within script has produced an error. (Inherited from Devart.Common.DbScript) | 
![]()  | Progress | Occurs when a SQL statement within script has successfully executed. (Inherited from Devart.Common.DbScript) | 
![]()  | SqlStatementExecute | Occurs when a SQL statement within the script is about to execute. |