Linguaggio

IDTSApplication100.SaveToXML(String, IDTSPersist100, IDTSEvents100) Metodo

Definizione

Salva la definizione XML di un pacchetto in un 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)

Parametri

FileName
String

Il nome del file dove salvare il pacchetto.

pPersistObj
IDTSPersist100

L'oggetto persist che gestisce il salvataggio e il caricamento del pacco.

pEvents
IDTSEvents100

Oggetto IDTSEvents.

Attributi

Si applica a