Интерфейс ExecutePackageTask
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Extends the enterprise capabilities of Службы Integration Services by letting packages run other packages as part of a workflow.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Сборка: Microsoft.SqlServer.ExecPackageTaskWrap (в Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface ExecutePackageTask _
Inherits IDTSExecutePackage100
'Применение
Dim instance As ExecutePackageTask
[GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface ExecutePackageTask : IDTSExecutePackage100
[GuidAttribute(L"F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface class ExecutePackageTask : IDTSExecutePackage100
[<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")>]
type ExecutePackageTask =
interface
interface IDTSExecutePackage100
end
public interface ExecutePackageTask extends IDTSExecutePackage100
Тип ExecutePackageTask обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Connection | Инфраструктура. Gets or sets the name of the connection used by the execute package task. (Производный от IDTSExecutePackage100.) | |
ExecuteOutOfProcess | Инфраструктура. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask. (Производный от IDTSExecutePackage100.) | |
PackageID | Инфраструктура. Gets or sets the identifier of the child package. (Производный от IDTSExecutePackage100.) | |
PackageName | Инфраструктура. Gets or sets the name of the child package. (Производный от IDTSExecutePackage100.) | |
PackagePassword | Инфраструктура. Sets the password of the child package. (Производный от IDTSExecutePackage100.) | |
ParameterAssignments | Инфраструктура. Gets the parameter assignments of the package. (Производный от IDTSExecutePackage100.) | |
UseProjectReference | Инфраструктура. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference. (Производный от IDTSExecutePackage100.) | |
VersionID | Инфраструктура. Gets or sets the version identifier of the child package. (Производный от IDTSExecutePackage100.) |
В начало
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask