This topic has not yet been rated - Rate this topic

TaskInfo Class

Contains information about a task installed on the local computer.

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsObject
    Microsoft.SqlServer.Dts.Runtime.TaskInfo

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public sealed class TaskInfo : DtsObject, 
	IDTSName

The TaskInfo type exposes the following members.

  Name Description
Public property CreationName Returns the string used by the runtime to create an instance of the TaskInfo object and add the object to the TaskInfos collection. This property is read-only.
Public property Description Gets or sets a description for the task.
Public property FileName Returns the name of the task. This property is read-only.
Public property FileNameVersionString Returns the version of the implementation file. This property is read-only.
Public property HelpCollection Gets the help collection from which to retrieve the help.
Public property HelpKeyword Gets the help keyword for the task information.
Public property IconFile Returns the fully qualified name of the file that holds the icon for the task. This property is read-only.
Public property IconResource 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.
Public property ID Returns the GUID used when creating the task. This property is read-only.
Public property Name Gets or sets the task name.
Public property SamplesTag Gets the samples tag for the TaskInfo.
Public property TaskContact Returns the contact information for the task. This property is read-only.
Public property TaskType Returns a String that describes the type of task. This property is read-only.
Public property UITypeName Returns the assembly that implements the user interface for the task. This value is read-only.
Top
  Name Description
Public method Equals Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

A TaskInfo object describes a task that is installed on the computer and that clients can instantiate. The registered task classes include those provided with Microsoft SQL Server and custom tasks provided by other vendors and implemented by users.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)