Condividi tramite


Metodo IDTSPackage100.GetPreExecutionPackageXML

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a pre-execution package XML.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Sub GetPreExecutionPackageXML ( _
    <OutAttribute> ByRef pvDestination As Object _
)
'Utilizzo
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
)

Parametri

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

Osservazioni

This interface is implemented by the Package and PackageNeutral interfaces.

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper