Compartir a través de


IDTSPackage100.GetPreExecutionPackageXML Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets a pre-execution package XML.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub GetPreExecutionPackageXML ( _
    <OutAttribute> ByRef pvDestination As Object _
)
'Uso
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
)

Parámetros

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

Comentarios

This interface is implemented by the Package and PackageNeutral interfaces.

Vea también

Referencia

IDTSPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper