HResults.DTS_E_OPENPACKAGEFILE Field

Definition

An attempt to open package file "%1" failed due to error 0x%2!8.8X! "%3". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.

public: int DTS_E_OPENPACKAGEFILE = -1073672190;
public const int DTS_E_OPENPACKAGEFILE = -1073672190;
val mutable DTS_E_OPENPACKAGEFILE : int
Public Const DTS_E_OPENPACKAGEFILE As Integer  = -1073672190

Field Value

Value = -1073672190

Applies to