LoadFromXML-Methode

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.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode LoadFromXML(XmlNode, IDTSEvents) This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method. (Geerbt von DtsContainer.)
Öffentliche Methode 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.

Zum Anfang