Compartir a través de


Task Miembros

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

El tipo Task expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido Task Initializes a new instance of the Task class.

Principio

Métodos

  Nombre Descripción
Método publico CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML.
Método publico Equals Determines whether two object instances are equal. (Se hereda de DtsObject).
Método publico Execute Runs the task.
Método protegido Finalize (Se hereda de Object).
Método publico GetConnectionID Gets a String containing the ID of the connection.
Método publico GetConnectionName Gets a String containing the name of the connection.
Método publico GetHashCode Returns the hash code for this instance. (Se hereda de DtsObject).
Método publico GetType (Se hereda de Object).
Método publico 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 (Se hereda de Object).
Método publico ToString (Se hereda de Object).
Método publico 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 publico Validate Verifies that the component is properly configured.

Principio

Propiedades

  Nombre Descripción
Propiedad pública ExecutionValue Returns a user-defined object. This field is read-only.
Propiedad pública Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only.

Principio