此 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. |
页首