Script Task Editor (Script Page)
SQL Server 2012
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.
Note
|
|---|
|
In SQL Server 2008 Integration Services (SSIS) and later versions, all scripts are precompiled. In earlier versions, you set a PrecompileScriptIntoBinaryCode property to specify that the script was precompiled. |
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.
Note