HResults.DTS_E_ELEMENTNOTFOUND 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.
MessageId: DTS_E_ELEMENTNOTFOUND MessageText: The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not there.
public: int DTS_E_ELEMENTNOTFOUND = -1073676279;
public const int DTS_E_ELEMENTNOTFOUND = -1073676279;
val mutable DTS_E_ELEMENTNOTFOUND : int
Public Const DTS_E_ELEMENTNOTFOUND As Integer = -1073676279