PackageRemote64Class.GetPreExecutionPackageXML(Object) Method

Definition

Retrieves the pre-execution of a package XML.

public:
 virtual void GetPreExecutionPackageXML([Runtime::InteropServices::Out] System::Object ^ % pvDestination) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100::GetPreExecutionPackageXML;
public virtual void GetPreExecutionPackageXML (out object pvDestination);
abstract member GetPreExecutionPackageXML : obj -> unit
override this.GetPreExecutionPackageXML : obj -> unit
Public Overridable Sub GetPreExecutionPackageXML (ByRef pvDestination As Object)

Parameters

pvDestination
Object

The destination.

Implements

Applies to