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.
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 PackageClass
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.
Implements
Remarks
For more information, see Package.