IDTSTaskInit100 Interface

Definition

Defines a method for the task to initialize.

public interface class IDTSTaskInit100
[System.Runtime.InteropServices.Guid("E3E24D0D-9259-4246-AD2C-74305C2FE83D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSTaskInit100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8D9CAE2E-FF1C-4671-B05C-5225A86E8BF8")]
public interface IDTSTaskInit100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("61917BCB-CF2D-45B3-927C-A9754FF2633E")]
public interface IDTSTaskInit100
[<System.Runtime.InteropServices.Guid("E3E24D0D-9259-4246-AD2C-74305C2FE83D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSTaskInit100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8D9CAE2E-FF1C-4671-B05C-5225A86E8BF8")>]
type IDTSTaskInit100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("61917BCB-CF2D-45B3-927C-A9754FF2633E")>]
type IDTSTaskInit100 = interface
Public Interface IDTSTaskInit100
Derived
Attributes

Methods

InitializeTask(IDTSConnections100, IDTSVariableDispenser100, IDTSInfoEvents100, IDTSLogging100, IDTSEventInfos100, IDTSLogEntryInfos100, IDTSObjectReferenceTracker100)

Initializes the properties associated with the task. This method is called by the runtime and is not used in code.

Applies to