Share via


IDTSTaskInit100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see Task.

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

Syntax

'Declaration
<GuidAttribute("F119E982-7E98-4F16-A82D-BBC9728CC5F2")> _
Public Interface IDTSTaskInit100
'Usage
Dim instance As IDTSTaskInit100
[GuidAttribute("F119E982-7E98-4F16-A82D-BBC9728CC5F2")]
public interface IDTSTaskInit100
[GuidAttribute(L"F119E982-7E98-4F16-A82D-BBC9728CC5F2")]
public interface class IDTSTaskInit100
[<GuidAttribute("F119E982-7E98-4F16-A82D-BBC9728CC5F2")>]
type IDTSTaskInit100 =  interface end
public interface IDTSTaskInit100

The IDTSTaskInit100 type exposes the following members.

Methods

  Name Description
Public method InitializeTask Infrastructure. For more information, see Task.

Top