HResults.DTS_E_VARIABLENOTFOUND 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 cannot be found. This occurs when an attempt is made to retrieve a variable from the Variables collection on a container during execution of the package, and the variable is not there. The variable name may have changed or the variable is not being created.
public: int DTS_E_VARIABLENOTFOUND = -1073676287;
public const int DTS_E_VARIABLENOTFOUND = -1073676287;
val mutable DTS_E_VARIABLENOTFOUND : int
Public Const DTS_E_VARIABLENOTFOUND As Integer = -1073676287