Freigeben über


IDTSPackage100.GetPreExecutionPackageXML-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
)

Parameter

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

Hinweise

This interface is implemented by the Package and PackageNeutral interfaces.

Siehe auch

Verweis

IDTSPackage100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace