다음을 통해 공유


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.

맨 위로 이동