Freigeben über


TaskInfo-Member

Contains information about a task installed on the local computer.

Der TaskInfo-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang