Task 成員
Defines an abstract class that implements the methods and properties common to all tasks in Integration Services.
Task 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
CanUpdate | *** Member deprecated; see Remarks. *** A Boolean that indicates whether the new package XML can update the old package XML. | |
Equals | Determines whether two object instances are equal. (繼承自 DtsObject。) | |
Execute | Runs the task. | |
Finalize | (繼承自 Object。) | |
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. (繼承自 DtsObject。) | |
GetType | (繼承自 Object。) | |
InitializeTask | Initializes the properties associated with the task. This method is called by the runtime and is not used in code. | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) | |
Update | *** Member deprecated; see Remarks. *** 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. |
頂端
屬性
名稱 | 描述 | |
---|---|---|
ExecutionValue | Returns a user-defined object. This field is read-only. | |
Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only. |
頂端