Compartilhar via


Membros Task

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

O tipo Task expõe os seguintes membros.

Construtores

  Nome Descrição
Método protegido Task Initializes a new instance of the Task class.

Início

Métodos

  Nome Descrição
Método público CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML.
Método público Equals Determines whether two object instances are equal. (Herdado de DtsObject.)
Método público Execute Runs the task.
Método protegido Finalize (Herdado de Object.)
Método público GetConnectionID Gets a String containing the ID of the connection.
Método público GetConnectionName Gets a String containing the name of the connection.
Método público GetHashCode Returns the hash code for this instance. (Herdado de DtsObject.)
Método público GetType (Herdado de Object.)
Método público InitializeTask Initializes the properties associated with the task. This method is called by the runtime and is not used in code.
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)
Método público Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true.
Método público Validate Verifies that the component is properly configured.

Início

Propriedades

  Nome Descrição
Propriedade pública ExecutionValue Returns a user-defined object. This field is read-only.
Propriedade pública Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only.

Início