IDTSPackage100.GetPreExecutionPackageXML(Object) Method

Definition

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.

Applies to