Bagikan melalui


IDTSTaskInit100 Interface

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

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

The IDTSTaskInit100 type exposes the following members.

Methods

  Name Description
Public method InitializeTask Infrastructure. Initializes the properties associated with the task. This method is called by the runtime and is not used in code.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace