Partager via


Interface TaskHost

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see TaskHostClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")> _
Public Interface TaskHost _
    Inherits IDTSObjectHost100
'Utilisation
Dim instance As TaskHost
[GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
public interface TaskHost : IDTSObjectHost100
[GuidAttribute(L"04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
public interface class TaskHost : IDTSObjectHost100
[<GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")>]
type TaskHost =  
    interface 
        interface IDTSObjectHost100 
    end
public interface TaskHost extends IDTSObjectHost100

Le type TaskHost expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DelayValidation Infrastructure. For more information, see TaskHost. (hérité de IDTSObjectHost100.)
Propriété publique HostType Infrastructure. For more information, see TaskHost. (hérité de IDTSObjectHost100.)
Propriété publique InnerObject Infrastructure. For more information, see TaskHost. (hérité de IDTSObjectHost100.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper