DataProfilingTask.SaveToXML(XmlDocument, 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.
Saves the definition of the task, in XML format, into the XML definition of the package.
public:
virtual void SaveToXML(System::Xml::XmlDocument ^ doc, Microsoft::SqlServer::Dts::Runtime::IDTSInfoEvents ^ infoEvents);
public void SaveToXML (System.Xml.XmlDocument doc, Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents infoEvents);
abstract member SaveToXML : System.Xml.XmlDocument * Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> unit
override this.SaveToXML : System.Xml.XmlDocument * Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> unit
Public Sub SaveToXML (doc As XmlDocument, infoEvents As IDTSInfoEvents)
Parameters
- doc
- XmlDocument
The XmlNode that contains the information to be saved.
- 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 SaveToXML
method, see SaveToXML.