Contains the members used to configure and run an Execute Package task, which runs other Integration Services packages.
继承层次结构
System.Object
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass
命名空间: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
程序集: Microsoft.SqlServer.ExecPackageTaskWrap(在 Microsoft.SqlServer.ExecPackageTaskWrap.dll 中)
语法
声明
<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ExecutePackageTaskClass _
Implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
用法
Dim instance As ExecutePackageTaskClass
[GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ExecutePackageTaskClass : ExecutePackageTask,
IDTSExecutePackage100, ISupportErrorInfo
[GuidAttribute(L"1911A4FE-2D38-4A18-8F20-10F605F4AA15")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ExecutePackageTaskClass : ExecutePackageTask,
IDTSExecutePackage100, ISupportErrorInfo
[<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ExecutePackageTaskClass =
class
interface ExecutePackageTask
interface IDTSExecutePackage100
interface ISupportErrorInfo
end
public class ExecutePackageTaskClass implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
ExecutePackageTaskClass 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
ExecutePackageTaskClass | Initializes a new instance of the ExecutePackageTaskClass class. |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Connection | Gets or sets the name of the connection used by the ExecutePackageTask. |
![]() |
ExecuteOutOfProcess | Gets or sets a value indicating whether the child package to be executed by the ExecutePackageTask should be executed in the same process as the ExecutePackageTask. |
![]() |
PackageID | Gets or sets the identifier of the child package to be executed by the ExecutePackageTask. |
![]() |
PackageName | Gets or sets the name of the child package to be executed by the ExecutePackageTask. |
![]() |
PackagePassword | Sets the password of the child package to be executed by the ExecutePackageTask. |
![]() |
ParameterAssignments | Gets the IDTS parameter assignments. |
![]() |
UseProjectReference | Gets or sets a value indicating whether the ExecutePackageTaskClass uses project reference. |
![]() |
VersionID | Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Object 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
InterfaceSupportsErrorInfo | 基础结构。Specifies that an interface on the object supports the error information. |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
ToString | (从 Object 继承。) |
页首
注释
For more information about the features of this task, see 执行包任务.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。