Share via


IDTSPackage100.GetPreExecutionPackageXML Method

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

Gets a pre-execution package XML.

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

Syntax

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

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

Parameters

  • pvDestination
    Type: System.Object%
    The destination of the execution.

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

See Also

Reference

IDTSPackage100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace