Método IDTSPackage100.GetPreExecutionPackageXML
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a pre-execution package XML.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
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.
Comentários
This interface is implemented by the Package and PackageNeutral interfaces.