Parameter.LoadFromXML(XmlNode, IDTSEvents) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads a package and all its objects that have been saved to memory in XML format.
public:
abstract void LoadFromXML(System::Xml::XmlNode ^ node, Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ events);
public abstract void LoadFromXML (System.Xml.XmlNode node, Microsoft.SqlServer.Dts.Runtime.IDTSEvents events);
abstract member LoadFromXML : System.Xml.XmlNode * Microsoft.SqlServer.Dts.Runtime.IDTSEvents -> unit
Public MustOverride Sub LoadFromXML (node As XmlNode, events As IDTSEvents)
Parameters
- node
- XmlNode
The node that contains the information to be loaded.
- events
- IDTSEvents
An IDTSEvents interface.