GlobalVariables Collection (DTS)

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.

Applies To

Package Object

Methods
Add Method Item Method
AddGlobalVariable Method New Method
Insert Method Remove Method

Properties
Count Property Parent Property

Syntax

object.GlobalVariables

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

GlobalVariables specifies a GlobalVariables collection.

Data Type

GlobalVariables

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetGlobalVariables(IDTSGlobalVariables **pRetVal);

See Also
GlobalVariable Object  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.