Interface IDTSExecutable100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an interface that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface IDTSExecutable100
'Utilisation
Dim instance As IDTSExecutable100
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type IDTSExecutable100 = interface end
public interface IDTSExecutable100
Le type IDTSExecutable100 expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
![]() |
Execute | Infrastructure. Executes the executable. |
![]() |
Validate | Infrastructure. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. |
Haut de la page