IDTSApplication100.SaveToXML(String, IDTSPersist100, IDTSEvents100) Method

Definition

Saves the XML definition of a package to a file.

public:
 void SaveToXML(System::String ^ FileName, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPersist100 ^ pPersistObj, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(10)]
public void SaveToXML (string FileName, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPersist100 pPersistObj, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member SaveToXML : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPersist100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> unit
Public Sub SaveToXML (FileName As String, pPersistObj As IDTSPersist100, pEvents As IDTSEvents100)

Parameters

FileName
String

The name of the file where to save the package.

pPersistObj
IDTSPersist100

The persist object that handles the saving and loading of package.

pEvents
IDTSEvents100

An IDTSEvents object.

Attributes

Applies to