The GlobalVariables collection is a group of GlobalVariable objects containing information about variants that allow data to be shared across steps and Microsoft® ActiveX® scripts. The GlobalVariables collection is dynamic; values may be added to the collection as the package executes.
| Add Method | Item Method |
| AddGlobalVariable Method | New Method |
| Insert Method | Remove Method |
| Count Property | Parent Property |
object.GlobalVariables
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
GlobalVariables specifies a GlobalVariables collection.
GlobalVariables
Read-only
HRESULT GetGlobalVariables(IDTSGlobalVariables **pRetVal);
| GlobalVariable Object |