Partager via


Interface IDTSTaskInit100

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

Defines a method for the task to initialize.

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

Syntaxe

'Déclaration
<GuidAttribute("F8781C20-EF91-4860-92AC-A2F09DE13F3C")> _
Public Interface IDTSTaskInit100
'Utilisation
Dim instance As IDTSTaskInit100
[GuidAttribute("F8781C20-EF91-4860-92AC-A2F09DE13F3C")]
public interface IDTSTaskInit100
[GuidAttribute(L"F8781C20-EF91-4860-92AC-A2F09DE13F3C")]
public interface class IDTSTaskInit100
[<GuidAttribute("F8781C20-EF91-4860-92AC-A2F09DE13F3C")>]
type IDTSTaskInit100 =  interface end
public interface IDTSTaskInit100

Le type IDTSTaskInit100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique InitializeTask Infrastructure. Initializes the properties associated with the task. This method is called by the runtime and is not used in code.

Haut de la page

Voir aussi

Référence

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