IDTSPackagePersist100.ClonePackageToXML 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.
Clones the package to an XML format.
public:
void ClonePackageToXML([Runtime::InteropServices::Out] System::Object ^ % pvDestination, bool vbReturnDOM, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ pEvents);
[System.Runtime.InteropServices.DispId(3)]
public void ClonePackageToXML (out object pvDestination, bool vbReturnDOM, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 pEvents);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member ClonePackageToXML : obj * bool * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 -> unit
Public Sub ClonePackageToXML (ByRef pvDestination As Object, vbReturnDOM As Boolean, pEvents As IDTSEvents100)
Parameters
- pvDestination
- Object
The destination of the package.
- vbReturnDOM
- Boolean
true to return DOM; otherwise, false.
- pEvents
- IDTSEvents100
An object that implements the IDTSEvents100 interface for firing events (errors, warnings, and so on) during persistence.
- Attributes