Freigeben über


IDTSPackage100.Execute-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult
A DTSExecResult enumeration that contains information about the success or failure of the package execution.

Hinweise

This interface is implemented by the Package and PackageNeutral interfaces.

Siehe auch

Verweis

IDTSPackage100 Schnittstelle

Execute-Überladung

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace