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