IDTSComponentPersist100.SaveToXML(Object, IDTSInfoEvents100) 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 a component to XML. Tasks and containers implement this method.
public:
void SaveToXML(System::Object ^ pDOMDocument, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(1)]
public void SaveToXML (object pDOMDocument, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member SaveToXML : obj * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 -> unit
Public Sub SaveToXML (pDOMDocument As Object, pEvents As IDTSInfoEvents100)
Parameters
- pDOMDocument
- Object
The document to which to save the information.
- pEvents
- IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 interface for raising events (errors, warnings, and so on) during persistence.
- Attributes