Task Members

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

The following tables list the members exposed by the Task type.

Protected Constructors

  Name Description
Task Initializes a new instance of the Task class.

Top

Public Properties

  Name Description
ms213264.pubproperty(en-US,SQL.90).gif ExecutionValue Returns a user-defined object. This field is read-only.
ms213264.pubproperty(en-US,SQL.90).gif Version Returns the version of the task. This property is read-only.
ms213264.pubproperty(en-US,SQL.90).gif WaitForMe Returns a Boolean that indicates whether the parent container should wait for completion of this task. This property is read-only.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms213264.pubmethod(en-US,SQL.90).gif CanUpdate A Boolean that indicates whether the new package XML can update the old package XML.
ms213264.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms213264.pubmethod(en-US,SQL.90).gif Execute Runs the task.
ms213264.pubmethod(en-US,SQL.90).gif GetConnectionID Gets a String containing the ID of the connection.
ms213264.pubmethod(en-US,SQL.90).gif GetConnectionName Gets a String containing the name of the connection.
ms213264.pubmethod(en-US,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms213264.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms213264.pubmethod(en-US,SQL.90).gif InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code.
ms213264.pubmethod(en-US,SQL.90).gifms213264.static(en-US,SQL.90).gif op_Equality  (inherited from DtsObject )
ms213264.pubmethod(en-US,SQL.90).gifms213264.static(en-US,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms213264.pubmethod(en-US,SQL.90).gifms213264.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms213264.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )
ms213264.pubmethod(en-US,SQL.90).gif Update This method updates the old package XML with the new package XML if CanUpdate is set to true.
ms213264.pubmethod(en-US,SQL.90).gif Validate Verifies that the component is properly configured.

Top

Protected Methods

  Name Description
ms213264.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms213264.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Task Class
Microsoft.SqlServer.Dts.Runtime Namespace