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 命名空间