IDTSTaskInfo100 Interface

 

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

Provides a container that encapsulates a single task. In the SSIS Designer, the TaskHost is not configured separately; instead, it is configured when you set the properties of the task it encapsulates.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("83A27B4C-4816-427B-94CC-397FFF770AF2")]
public interface class IDTSTaskInfo100

NameDescription
System_CAPS_pubpropertyFileName

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

Returns the name of the task. This property is read-only.

System_CAPS_pubpropertyFileNameVersionString

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

Returns the version of the implementation file. This property is read-only.

System_CAPS_pubpropertyHelpCollection

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

Gets the help collection from which to retrieve the help.

System_CAPS_pubpropertyHelpKeyword

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

Gets the help keyword for the task information.

System_CAPS_pubpropertyIconFile

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

Returns the fully qualified name of the file that holds the icon for the task. This property is read-only.

System_CAPS_pubpropertyIconResource

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

The name of the .resource file or the .resx file that contains the icon to use when representing this task in the graphical user interface. This value is read-only.

System_CAPS_pubpropertySamplesTag

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

Gets the samples tag for the TaskInfo.

System_CAPS_pubpropertyTaskContact

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

Returns the contact information for the task. This property is read-only.

System_CAPS_pubpropertyTaskType

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

Returns a String that describes the type of task. This property is read-only.

System_CAPS_pubpropertyUITypeName

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

Returns the assembly that implements the user interface for the task. This value is read-only.

Return to top
Show: