Freigeben über


IDTSTaskInit100-Schnittstelle

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

Defines a method for the task to initialize.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("F8781C20-EF91-4860-92AC-A2F09DE13F3C")> _
Public Interface IDTSTaskInit100
'Usage
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

Der IDTSTaskInit100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode InitializeTask Infrastruktur Initializes the properties associated with the task. This method is called by the runtime and is not used in code.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace