共用方式為


Task 成員

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

Task 型別公開下列成員。

建構函式

  名稱 描述
受保護的方法 Task Initializes a new instance of the Task class.

頂端

方法

  名稱 描述
公用方法 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.

頂端