共用方式為


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