Show TOC

Function documentationMODIFYSCRIPT and Microsoft SSIS Global Variables Locate this document in the navigation structure

 

You can use the Global instruction to create a global variable that can be used in any part of the Microsoft SSIS package. The Global instruction has the following syntax:

Global (variablename, value)

Variablename is the name of the variable and value is the text string the global variable represents.