ForLoopClass.SaveToXML(Object, Object, IDTSEvents100) 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 information to an XML document.
public:
virtual void SaveToXML(System::Object ^ pDoc, System::Object ^ pNode, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPersist100::SaveToXML;
public virtual void SaveToXML (object pDoc, object pNode, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents);
abstract member SaveToXML : obj * obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> unit
override this.SaveToXML : obj * obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> unit
Public Overridable Sub SaveToXML (pDoc As Object, pNode As Object, pEvents As IDTSEvents100)
Parameters
- pDoc
- Object
The XML document to which to save the information.
- pNode
- Object
The node in the above document to which to save the information.
- pEvents
- IDTSEvents100
An IDTSEvents100 interface.