ApplicationClass.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:
virtual void SaveToXML(System::String ^ FileName, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSPersist100 ^ pPersistObj, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSEvents100 ^ pEvents) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSApplication100::SaveToXML;
[System.Runtime.InteropServices.DispId(10)]
public virtual void SaveToXML (string FileName, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSPersist100 pPersistObj, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member SaveToXML : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSPersist100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSEvents100 -> unit
override this.SaveToXML : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSPersist100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSEvents100 -> unit
Public Overridable Sub SaveToXML (FileName As String, pPersistObj As IDTSPersist100, pEvents As IDTSEvents100)
Parameters
- FileName
- String
- pPersistObj
- IDTSPersist100
- pEvents
- IDTSEvents100
Implements
- Attributes