Partager via


Membres Task

Defines an abstract class that implements the methods and properties common to all tasks in Integration Services. 

Le type Task expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée Task Initializes a new instance of the Task class.

Haut de la page

Méthodes

  Nom Description
Méthode publique CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML.
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode publique Execute Runs the task.
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetConnectionID Gets a String containing the ID of the connection.
Méthode publique GetConnectionName Gets a String containing the name of the connection.
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 publique InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)
Méthode publique Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true.
Méthode publique Validate Verifies that the component is properly configured.

Haut de la page

Propriétés

  Nom Description
Propriété publique ExecutionValue Returns a user-defined object. This field is read-only.
Propriété publique Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only.

Haut de la page