Exec80PackageTask Class

Contains the members used to configure and run an Execute DTS 2000 Package task, which runs other Microsoft SQL Server 2000 Data Transformation Services (DTS) packages.

Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in microsoft.sqlserver.exec80packagetask.dll)

Syntax

'Declaration
Public NotInheritable Class Exec80PackageTask
    Inherits Task
    Implements IDTSComponentPersist, IDTSExec80PackageTask, IDTSBreakpointSite, IDTSSuspend
public sealed class Exec80PackageTask : Task, IDTSComponentPersist, IDTSExec80PackageTask, IDTSBreakpointSite, 
    IDTSSuspend
public ref class Exec80PackageTask sealed : public Task, IDTSComponentPersist, IDTSExec80PackageTask, IDTSBreakpointSite, 
    IDTSSuspend
public final class Exec80PackageTask extends Task implements IDTSComponentPersist, IDTSExec80PackageTask, 
    IDTSBreakpointSite, IDTSSuspend
public final class Exec80PackageTask extends Task implements IDTSComponentPersist, IDTSExec80PackageTask, 
    IDTSBreakpointSite, IDTSSuspend

Remarks

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

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DtsObject
     Microsoft.SqlServer.Dts.Runtime.Task
      Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask.Exec80PackageTask

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Exec80PackageTask Members
Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask Namespace