DataProfilingTask.LoadFromXML(XmlElement, IDTSInfoEvents) 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 the definition of the task, in XML format, from the XML definition of the package.
public:
virtual void LoadFromXML(System::Xml::XmlElement ^ node, Microsoft::SqlServer::Dts::Runtime::IDTSInfoEvents ^ infoEvents);
public void LoadFromXML (System.Xml.XmlElement node, Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents infoEvents);
abstract member LoadFromXML : System.Xml.XmlElement * Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> unit
override this.LoadFromXML : System.Xml.XmlElement * Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> unit
Public Sub LoadFromXML (node As XmlElement, infoEvents As IDTSInfoEvents)
Parameters
- node
- XmlElement
The XmlNode that contains the information to be loaded.
- infoEvents
- IDTSInfoEvents
An object that implements the IDTSInfoEvents interface, through which the method can raise events to the package.
Implements
Remarks
For more information about the inherited LoadFromXML
method, see LoadFromXML.