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
Nombre | Description | |
---|---|---|
Task | Initializes a new instance of the Task class. |
Arriba
Public Properties
Nombre | Description | |
---|---|---|
ExecutionValue | Returns a user-defined object. This field is read-only. | |
Version | Returns the version of the task. This property is read-only. | |
WaitForMe | Returns a Boolean that indicates whether the parent container should wait for completion of this task. This property is read-only. |
Arriba
Public Methods
(see also Protected Methods )
Nombre | Description | |
---|---|---|
CanUpdate | A Boolean that indicates whether the new package XML can update the old package XML. | |
Equals | Overloaded. (inherited from DtsObject ) | |
Execute | Runs the task. | |
GetConnectionID | Gets a String containing the ID of the connection. | |
GetConnectionName | Gets a String containing the name of the connection. | |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) | |
GetType | (inherited from Object ) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. | |
op_Equality | (inherited from DtsObject ) | |
op_Inequality | (inherited from DtsObject ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) | |
Update | This method updates the old package XML with the new package XML if CanUpdate is set to true. | |
Validate | Verifies that the component is properly configured. |
Arriba
Protected Methods
Nombre | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Arriba