此 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. |
上層
.gif)