IDTSPackage100.Execute Method
This API supports the infrastructure and is not intended to be used directly from your code.
This interface is implemented by the Package and PackageNeutral interfaces.
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