IDTSTaskInfo100 Interface

 

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

Contains information about a task installed on the local computer.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("AA476A3A-3D52-4AE4-819F-06D67226D54A")]
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.

For more information, see TaskInfo.

Return to top
Show: