The ExplicitGlobalVariables property sets or returns a value indicating whether Data Transformation Services (DTS) package global variables must be explicitly added to the GlobalVariables collection with the AddGlobalVariable method before being referenced.
object.ExplicitGlobalVariables [= boolean]
Part | Description |
---|---|
object | Expression that evaluates to a Package2 object. |
boolean | If TRUE, package global variables must be explicitly added with AddGlobalVariable method. If FALSE, reference to global variables that do not exist cause them to be created. |
Boolean
Read/write
HRESULT ExplicitGlobalVariables(VARIANT_BOOL* pVal);
HRESULT ExplicitGlobalVariables(VARIANT_BOOL pVal);