IDTSExecutePackage100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Defines the properties for the execute package task.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
程序集:  Microsoft.SqlServer.ExecPackageTaskWrap(在 Microsoft.SqlServer.ExecPackageTaskWrap.dll 中)

语法

声明
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface IDTSExecutePackage100
用法
Dim instance As IDTSExecutePackage100
[GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface IDTSExecutePackage100
[GuidAttribute(L"F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface class IDTSExecutePackage100
[<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")>]
type IDTSExecutePackage100 =  interface end
public interface IDTSExecutePackage100

IDTSExecutePackage100 类型公开以下成员。

属性

  名称 说明
公共属性 Connection 基础结构。Gets or sets the name of the connection used by the execute package task.
公共属性 ExecuteOutOfProcess 基础结构。Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask.
公共属性 PackageID 基础结构。Gets or sets the identifier of the child package.
公共属性 PackageName 基础结构。Gets or sets the name of the child package.
公共属性 PackagePassword 基础结构。Sets the password of the child package.
公共属性 ParameterAssignments 基础结构。Gets the parameter assignments of the package.
公共属性 UseProjectReference 基础结构。Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference.
公共属性 VersionID 基础结构。Gets or sets the version identifier of the child package.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 命名空间