Condividi tramite


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

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

Torna all'inizio

Public Methods

(see also Protected Methods )

  Nome Description
ms213226.pubmethod(it-it,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms213226.pubmethod(it-it,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms213226.pubmethod(it-it,SQL.90).gif GetType  (inherited from Object )
ms213226.pubmethod(it-it,SQL.90).gifms213226.static(it-it,SQL.90).gif op_Equality  (inherited from DtsObject )
ms213226.pubmethod(it-it,SQL.90).gifms213226.static(it-it,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms213226.pubmethod(it-it,SQL.90).gifms213226.static(it-it,SQL.90).gif ReferenceEquals  (inherited from Object )
ms213226.pubmethod(it-it,SQL.90).gif ToString  (inherited from Object )

Torna all'inizio

Protected Methods

  Nome Description
ms213226.protmethod(it-it,SQL.90).gif Finalize  (inherited from Object )
ms213226.protmethod(it-it,SQL.90).gif MemberwiseClone  (inherited from Object )

Torna all'inizio

Vedere anche

Riferimento

TaskInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace