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


Класс ExecutePackageTaskClass

Contains the members used to configure and run an Execute Package task, which runs other Службы Integration Services packages.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Сборка:  Microsoft.SqlServer.ExecPackageTaskWrap (в Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ExecutePackageTaskClass _
    Implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
'Применение
Dim instance As ExecutePackageTaskClass
[GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ExecutePackageTaskClass : ExecutePackageTask, 
    IDTSExecutePackage100, ISupportErrorInfo
[GuidAttribute(L"1911A4FE-2D38-4A18-8F20-10F605F4AA15")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ExecutePackageTaskClass : ExecutePackageTask, 
    IDTSExecutePackage100, ISupportErrorInfo
[<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ExecutePackageTaskClass =  
    class 
        interface ExecutePackageTask 
        interface IDTSExecutePackage100 
        interface ISupportErrorInfo 
    end
public class ExecutePackageTaskClass implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo

Тип ExecutePackageTaskClass обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ExecutePackageTaskClass Initializes a new instance of the ExecutePackageTaskClass class.

В начало

Свойства

  Имя Описание
Открытое свойство Connection Gets or sets the name of the connection used by the ExecutePackageTask.
Открытое свойство ExecuteOutOfProcess Gets or sets a value indicating whether the child package to be executed by the ExecutePackageTask should be executed in the same process as the ExecutePackageTask.
Открытое свойство PackageID Gets or sets the identifier of the child package to be executed by the ExecutePackageTask.
Открытое свойство PackageName Gets or sets the name of the child package to be executed by the ExecutePackageTask.
Открытое свойство PackagePassword Sets the password of the child package to be executed by the ExecutePackageTask.
Открытое свойство ParameterAssignments Gets the IDTS parameter assignments.
Открытое свойство UseProjectReference Gets or sets a value indicating whether the ExecutePackageTaskClass uses project reference.
Открытое свойство VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод InterfaceSupportsErrorInfo Инфраструктура. Specifies that an interface on the object supports the error information.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

For more information about the features of this task, see Задача «Выполнение пакета».

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask