Parameter.SaveToXML(XmlDocument, XmlNode, IDTSEvents) Method

Definition

Saves the XML definition of a package to a file.

public:
 abstract void SaveToXML(System::Xml::XmlDocument ^ % doc, System::Xml::XmlNode ^ node, Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ events);
public abstract void SaveToXML (ref System.Xml.XmlDocument doc, System.Xml.XmlNode node, Microsoft.SqlServer.Dts.Runtime.IDTSEvents events);
abstract member SaveToXML : XmlDocument * System.Xml.XmlNode * Microsoft.SqlServer.Dts.Runtime.IDTSEvents -> unit
Public MustOverride Sub SaveToXML (ByRef doc As XmlDocument, node As XmlNode, events As IDTSEvents)

Parameters

doc
XmlDocument

The XML document to which to save the information.

node
XmlNode

The node that contains the object to be stored.

events
IDTSEvents

An IDTSEvents interface.

Implements

Applies to