PackageNeutralClass.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.
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
Remarks
For more information, see Package.