PackageRemote32Class.GetPreExecutionPackageXML Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Retrieves the pre-execution of a package XML.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Sub GetPreExecutionPackageXML ( _
<OutAttribute> ByRef pvDestination As Object _
)
'Uso
Dim instance As PackageRemote32Class
Dim pvDestination As Object
instance.GetPreExecutionPackageXML(pvDestination)
public virtual void GetPreExecutionPackageXML(
out Object pvDestination
)
public:
virtual void GetPreExecutionPackageXML(
[OutAttribute] Object^% pvDestination
)
abstract GetPreExecutionPackageXML :
pvDestination:Object byref -> unit
override GetPreExecutionPackageXML :
pvDestination:Object byref -> unit
public function GetPreExecutionPackageXML(
pvDestination : Object
)
Parámetros
- pvDestination
Tipo: System.Object%
The destination.
Implementa
IDTSPackage100.GetPreExecutionPackageXML(Object%)