IDTSTaskInfo100 Interface
This API supports the SQL Server 2012 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("AA476A3A-3D52-4AE4-819F-06D67226D54A")> _
Public Interface IDTSTaskInfo100
'Usage
Dim instance As IDTSTaskInfo100
[GuidAttribute("AA476A3A-3D52-4AE4-819F-06D67226D54A")]
public interface IDTSTaskInfo100
[GuidAttribute(L"AA476A3A-3D52-4AE4-819F-06D67226D54A")]
public interface class IDTSTaskInfo100
[<GuidAttribute("AA476A3A-3D52-4AE4-819F-06D67226D54A")>]
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. | |
HelpCollection | Infrastructure. For more information, see TaskInfo. | |
HelpKeyword | Infrastructure. For more information, see TaskInfo. | |
IconFile | Infrastructure. For more information, see TaskInfo. | |
IconResource | Infrastructure. For more information, see TaskInfo. | |
SamplesTag | 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