Partager via


Méthode IDTSPackage100.GetPreExecutionPackageXML

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a pre-execution package XML.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub GetPreExecutionPackageXML ( _
    <OutAttribute> ByRef pvDestination As Object _
)
'Utilisation
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
)

Paramètres

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

Notes

This interface is implemented by the Package and PackageNeutral interfaces.

Voir aussi

Référence

IDTSPackage100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper