Partager via


Interface TaskHost

Cette API prend en charge l'infrastructure 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("83E60348-B725-4E5A-B69A-35378E3CF859")> _
Public Interface TaskHost _
    Inherits IDTSObjectHost100
'Utilisation
Dim instance As TaskHost
[GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")]
public interface TaskHost : IDTSObjectHost100
[GuidAttribute(L"83E60348-B725-4E5A-B69A-35378E3CF859")]
public interface class TaskHost : IDTSObjectHost100
[<GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")>]
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