ConnectionManager.LoadFromXML Method
Include Protected Members
Include Inherited Members
Loads component information from XML. To load a package that has been saved as .xml, use the Application.LoadPackage method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
LoadFromXML(String, IDTSEvents) | This method is not callable by your application code. To load a package that has been saved as .xml, use the Application.LoadPackage method. | |
LoadFromXML(XmlNode, IDTSEvents) | This method is not callable by your application code. To load a package that has been saved as .xml, use the Application.LoadPackage method. |
Top