HResults.DTS_E_VARIABLENOTFOUND Field

Definition

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

Field Value

Value = -1073676287

Applies to