ScriptTask Properties
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
| Name | Description | |
|---|---|---|
![]() | BreakpointManager | Gets the BreakpointManager used for controlling breakpoints on this task. |
![]() | Breakpoints | Gets an array of breakpoints set on this task. |
![]() | DebugMode | Gets or sets a value indicating whether the task is running in debug mode, and whether it should raise the OnBreakpointHit event while the task is running. |
![]() | DefaultActiveItem | Gets the default script. |
![]() | EntryPoint | Gets or sets the name of the class that is executed as the entry point. |
![]() | ExecutionValue | Gets a user-defined object. This field is read-only.(Overrides Task::ExecutionValue.) |
![]() | ProjectTemplatePath | Gets the path of the specified project template. |
![]() | ReadOnlyVariables | Gets or sets the comma-delimited list of existing variables made available to the package by the user for read-only access. |
![]() | ReadWriteVariables | Gets or sets the comma-delimited list of existing variables made available to the package by the user for read/write access. |
![]() | ScriptingEngine | Gets the VSTATaskScriptingEngine class. |
![]() | ScriptLanguage | Gets or sets the programming language in which the script is written. |
![]() | ScriptLoaded | Gets a value indicating whether the task contains custom script. |
![]() | ScriptProjectName | Gets or sets the name of the script project. |
![]() | ScriptStorage | Gets the VSTAScriptProjectStorage for the script. |
![]() | SuspendRequired | Gets or sets a Boolean indicating whether a task should suspend execution when the task encounters a breakpoint. This value is set by the run-time engine for tasks and containers when a breakpoint is encountered. |
![]() | TargetServerVersion | (Inherited from Task.) |
![]() | Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only.(Inherited from Task.) |
