Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Retrieves the pre-execution of a package XML.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub GetPreExecutionPackageXML ( _
<OutAttribute> ByRef pvDestination As Object _
)
'Usage
Dim instance As PackageNeutralClass
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
)
Parameters
- pvDestination
Type: System.Object%
The destination.
Implements
IDTSPackage100.GetPreExecutionPackageXML(Object%)
Remarks
For more information, see Package.