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 | |
---|---|---|
FileName | Infrastructure. For more information, see TaskInfo. | |
FileNameVersionString | Infrastructure. For more information, see TaskInfo. | |
IconFile | Infrastructure. For more information, see TaskInfo. | |
IconResource | Infrastructure. For more information, see TaskInfo. | |
TaskContact | Infrastructure. For more information, see TaskInfo. | |
TaskType | Infrastructure. For more information, see TaskInfo. | |
UITypeName | Infrastructure. For more information, see TaskInfo. |
Top