HResults.DTS_E_CANTLOADFROMNODE Field

Definition

MessageId: DTS_E_CANTLOADFROMNODE MessageText: The runtime object cannot be loaded from the specified XML node. This happens when trying to load a package or other object from an XML node that is not of the correct type, such as a non-SSIS XML node.

public: int DTS_E_CANTLOADFROMNODE = -1073672191;
public const int DTS_E_CANTLOADFROMNODE = -1073672191;
val mutable DTS_E_CANTLOADFROMNODE : int
Public Const DTS_E_CANTLOADFROMNODE As Integer  = -1073672191

Field Value

Value = -1073672191

Applies to