IDTSPersist100.SaveToXML(Object, Object, IDTSEvents100) Method

Definition

Saves information to an XML document. For more information, see IDTSPersist.

public:
 void SaveToXML(System::Object ^ pDoc, System::Object ^ pNode, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(1)]
public void SaveToXML (object pDoc, object pNode, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member SaveToXML : obj * obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> unit
Public 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.

Attributes

Applies to