IDTSTaskInfo100 Interface

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

For more information, see TaskInfo.

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

Syntax

'Declaration
<GuidAttribute("E9A885F8-24D7-4973-9D82-CBD5EE7CE98A")> _
Public Interface IDTSTaskInfo100
'Usage
Dim instance As IDTSTaskInfo100
[GuidAttribute("E9A885F8-24D7-4973-9D82-CBD5EE7CE98A")]
public interface IDTSTaskInfo100
[GuidAttribute(L"E9A885F8-24D7-4973-9D82-CBD5EE7CE98A")]
public interface class IDTSTaskInfo100
[<GuidAttribute("E9A885F8-24D7-4973-9D82-CBD5EE7CE98A")>]
type IDTSTaskInfo100 =  interface end
public interface IDTSTaskInfo100

The IDTSTaskInfo100 type exposes the following members.

Properties

  Name Description
Public property FileName Infrastructure. For more information, see TaskInfo.
Public property FileNameVersionString Infrastructure. For more information, see TaskInfo.
Public property IconFile Infrastructure. For more information, see TaskInfo.
Public property IconResource Infrastructure. For more information, see TaskInfo.
Public property TaskContact Infrastructure. For more information, see TaskInfo.
Public property TaskType Infrastructure. For more information, see TaskInfo.
Public property UITypeName Infrastructure. For more information, see TaskInfo.

Top