Bagikan melalui


PackageRemote64Class.GetPreExecutionPackageXML Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Retrieves the pre-execution of a package XML.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Sub GetPreExecutionPackageXML ( _
    <OutAttribute> ByRef pvDestination As Object _
)
'Usage
Dim instance As PackageRemote64Class 
Dim pvDestination As Object

instance.GetPreExecutionPackageXML(pvDestination)
public virtual void GetPreExecutionPackageXML(
    out Object pvDestination
)
public:
virtual void GetPreExecutionPackageXML(
    [OutAttribute] Object^% pvDestination
)
abstract GetPreExecutionPackageXML : 
        pvDestination:Object byref -> unit  
override GetPreExecutionPackageXML : 
        pvDestination:Object byref -> unit
public function GetPreExecutionPackageXML(
    pvDestination : Object
)

Parameters

Implements

IDTSPackage100.GetPreExecutionPackageXML(Object%)

See Also

Reference

PackageRemote64Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace