IDTSApplication150.SaveToXML(String, IDTSPersist100, IDTSEvents100) 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.
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
- pPersistObj
- IDTSPersist100
- pEvents
- IDTSEvents100
Implements
- Attributes