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
Public Overridable Function Execute As DTSExecResult
'Usage
Dim instance As PackageRemote32Class
Dim returnValue As DTSExecResult
returnValue = instance.Execute()
public virtual DTSExecResult Execute()
public:
virtual DTSExecResult Execute()
abstract Execute : unit -> DTSExecResult
override Execute : unit -> DTSExecResult
public 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.