IDTSPackage100.GetPreExecutionPackageXML(Object) 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.
Gets a pre-execution package XML.
public:
void GetPreExecutionPackageXML([Runtime::InteropServices::Out] System::Object ^ % pvDestination);
[System.Runtime.InteropServices.DispId(1610809424)]
public void GetPreExecutionPackageXML (out object pvDestination);
[<System.Runtime.InteropServices.DispId(1610809424)>]
abstract member GetPreExecutionPackageXML : obj -> unit
Public Sub GetPreExecutionPackageXML (ByRef pvDestination As Object)
Parameters
- pvDestination
- Object
The destination of the execution.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.