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.
此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。
重载列表
名称 | 说明 | |
---|---|---|
LoadFromXML(XmlNode, IDTSEvents) | This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method. (从 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. |
页首