Partager via


Membres TaskInfo

Contains information about a task installed on the local computer.

Le type TaskInfo expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique 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.
Propriété publique Description Gets or sets a description for the task.
Propriété publique FileName Returns the name of the task. This property is read-only.
Propriété publique FileNameVersionString Returns the version of the implementation file. This property is read-only.
Propriété publique IconFile Returns the fully qualified name of the file that holds the icon for the task. This property is read-only.
Propriété publique 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.
Propriété publique ID Returns the GUID used when creating the task. This property is read-only.
Propriété publique Name Gets or sets the task name.
Propriété publique TaskContact Returns the contact information for the task. This property is read-only.
Propriété publique TaskType Returns a String that describes the type of task. This property is read-only.
Propriété publique UITypeName Returns the assembly that implements the user interface for the task. This value is read-only.

Haut de la page