Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 PackageRemote64Class
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%)