Condividi tramite


Membri Task

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

Il tipo Task espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto Task Initializes a new instance of the Task class.

In alto

Metodi

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ExecutionValue Returns a user-defined object. This field is read-only.
Proprietà pubblica Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only.

In alto