TaskInfo Members
Contains information about a task installed on the local computer.
The following tables list the members exposed by the TaskInfo type.
Public Properties
Name | Description | |
---|---|---|
![]() |
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. |
![]() |
Description | Gets or sets a description for the task. |
![]() |
FileName | Returns the name of the task. This property is read-only. |
![]() |
FileNameVersionString | Returns the version of the implementation file. This property is read-only. |
![]() |
IconFile | Returns the fully qualified name of the file that holds the icon for the task. This property is read-only. |
![]() |
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. |
![]() |
ID | Returns the GUID used when creating the task. This property is read-only. |
![]() |
Name | Gets or sets the task name. |
![]() |
TaskContact | Returns the contact information for the task. This property is read-only. |
![]() |
TaskType | Returns a String that describes the type of task. This property is read-only. |
![]() |
UITypeName | Returns the assembly that implements the user interface for the task. This value is read-only. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from DtsObject ) |
![]() |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
op_Equality | (inherited from DtsObject ) |
![]() ![]() |
op_Inequality | (inherited from DtsObject ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top