Share via


IDTSPackage100.Execute Method

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.

See Also

Reference

IDTSPackage100 Interface

Execute Overload

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace