Application::SaveToXml Method (String^, Package^, IDTSEvents^)

 

Saves the XML definition of a package to a file.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

public:
void SaveToXml(
	String^ fileName,
	Package^ package,
	IDTSEvents^ events
)

Parameters

fileName
Type: System::String^

The name of the file to save.

package
Type: Microsoft.SqlServer.Dts.Runtime::Package^

The package object to save.

events
Type: Microsoft.SqlServer.Dts.Runtime::IDTSEvents^

An IDTSEvents object.

A package file normally has the extension, .dtsx.

If the file name specified in the fileName parameter does not exist, it will be created.

The following example saves the .dtsx package in XML format with the name myXMLPackage.dtsx.

No code example is currently available or this language may not be supported.
Return to top
Show: