Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function Execute As DTSExecResult
'Usage
Dim instance As IDTSPackage100
Dim returnValue As DTSExecResult
returnValue = instance.Execute()
DTSExecResult Execute()
DTSExecResult Execute()
abstract Execute : unit -> DTSExecResult
function Execute() : DTSExecResult
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
A DTSExecResult enumeration that contains information about the success or failure of the package execution.
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.