Script Task Editor (Script Page)
Use the Script page of the Script Task Editor dialog box to set script properties and specify variables that can be accessed by the script.
To learn more about the Script task, see Script Task and Configuring the Script Task in the Script Task Editor. To learn about programming the Script task, see Extending the Package with the Script Task.
Options
- ScriptLanguage
The scripting language is Microsoft Visual Basic .NET.
PreCompileScriptIntoBinaryCode
Indicate whether to pre-compile the script.Note
Only pre-compiled script can be run in a 64-bit environment. On the other hand, you cannot debug pre-compiled script.
- EntryPoint
Specify the class that is the entry point in the script. The default class name is ScriptMain.
ReadOnlyVariables
Type a comma-separated list of read-only variables (without spaces) that are available to the script.Note
Variable names are case-sensitive.
ReadWriteVariables
Type a comma-separated list of read/write variables (without spaces) that are available to the script.Note
Variable names are case-sensitive.
- Design Script
Open Microsoft Visual Studio for Applications.
See Also
Reference
Script Task Editor (General Page)
Expressions Page
Other Resources
Integration Services Error and Message Reference
Script Task Examples
Integration Services Variables
How to: Add a Variable to a Package Using the Variables Window