HResults.DTS_E_VARIABLENOTFOUNDINCOLL Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The variable "%1" cannot be found. This error occurs when an attempt to retrieve a variable from a variables collection on a container during execution of the package occurs, and the variable is not there. A variable name may have changed or the variable is not being created.
public: int DTS_E_VARIABLENOTFOUNDINCOLL = -1073676253;
public const int DTS_E_VARIABLENOTFOUNDINCOLL = -1073676253;
val mutable DTS_E_VARIABLENOTFOUNDINCOLL : int
Public Const DTS_E_VARIABLENOTFOUNDINCOLL As Integer = -1073676253