AddGlobalVariables Property (DTS)

The AddGlobalVariables property specifies whether global variables can be referenced from the current Microsoft® ActiveX® script.

Applies To
ActiveScriptTask Object Step Object

Syntax

object.AddGlobalVariables [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether global variables can be referenced from the current Microsoft® ActiveX® script

Remarks

The default is True.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetAddGlobalVariables(VARIANT_BOOL *pRetVal);

HRESULT SetAddGlobalVariables(VARIANT_BOOL NewValue);

  


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