HResults.DTS_E_VARIABLENOTFOUNDINCOLL Field

Definition

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

Field Value

Value = -1073676253

Applies to