Поделиться через


Элементы 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.

В начало