AddGlobalVariable Method (DTS)

The AddGlobalVariable method adds a GlobalVariable object to the collection by name.

Applies To
GlobalVariables Collection  

Syntax

object.AddGlobalVariable(
Name,
Value)

Part Description
GlobalVariables Expression that evaluates to an object in the Applies To list
Name Name of the global variable

Prototype (C/C++)

HRESULT AddGlobalVariable(BSTR Name, VARIANT Value);

HRESULT pGlobalVariables->AddGlobalVariable (BSTR Name);

  


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