ExecutePackageTaskClass Class

Contains the members used to configure and run an Execute Package task, which runs other Integration Services packages.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("D952C6E4-FC5B-41F9-B16C-C168F8AC5F5B")> _
Public Class ExecutePackageTaskClass _
    Implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
'Usage
Dim instance As ExecutePackageTaskClass
[ClassInterfaceAttribute()]
[GuidAttribute("D952C6E4-FC5B-41F9-B16C-C168F8AC5F5B")]
public class ExecutePackageTaskClass : ExecutePackageTask, 
    IDTSExecutePackage100, ISupportErrorInfo
[ClassInterfaceAttribute()]
[GuidAttribute(L"D952C6E4-FC5B-41F9-B16C-C168F8AC5F5B")]
public ref class ExecutePackageTaskClass : ExecutePackageTask, 
    IDTSExecutePackage100, ISupportErrorInfo
[<ClassInterfaceAttribute()>]
[<GuidAttribute("D952C6E4-FC5B-41F9-B16C-C168F8AC5F5B")>]
type ExecutePackageTaskClass =  
    class
        interface ExecutePackageTask
        interface IDTSExecutePackage100
        interface ISupportErrorInfo
    end
public class ExecutePackageTaskClass implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo

Remarks

For more information about the features of this task, see Execute Package Task.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.