Share via


Task Members

Include Protected Members
Include Inherited Members

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

The Task type exposes the following members.

Constructors

  Name Description
Protected method Task() Initializes a new instance of the Task class.

Top

Methods

  Name Description
Public method CanUpdate(String) *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML.
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Public method Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object) Runs the task.
Protected method Finalize() (Inherited from Object.)
Public method GetConnectionID(Connections, String) Gets a String containing the ID of the connection.
Public method GetConnectionName(Connections, String) Gets a String containing the name of the connection.
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Public method InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker) Initializes the properties associated with the task. This method is called by the runtime and is not used in code.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Public method Update(String%) *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true.
Public method Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging) Verifies that the component is properly configured.

Top

Properties

  Name Description
Public property ExecutionValue Returns a user-defined object. This field is read-only.
Public property Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only.

Top