Méthode LoadFromXML
Loads a package and all its objects that have been saved in memory in XML format. Use the Application class to load packages that have been saved to the file system.
Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.
Liste de surcharge
Nom | Description | |
---|---|---|
LoadFromXML(XmlNode, IDTSEvents) | This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method. (hérité de DtsContainer.) | |
LoadFromXML(String, IDTSEvents) | Loads a package and all its objects that have been saved to memory in XML format. To load a package that is saved to the hard drive, use the Application..::..LoadPackage method. |
Haut de la page