RunningPackages Class

Contains a collection of RunningPackage objects. This collection contains the list of packages that were running when the GetRunningPackages method was called, and is not updated when a new package starts or a listed package terminates. If you need a new snapshot, you should call GetRunningPackages again. This class cannot be inherited.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Class RunningPackages
    Inherits DTSReadOnlyCollectionBase
public class RunningPackages : DTSReadOnlyCollectionBase
public ref class RunningPackages : public DTSReadOnlyCollectionBase
public class RunningPackages extends DTSReadOnlyCollectionBase
public class RunningPackages extends DTSReadOnlyCollectionBase

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Dts.Runtime.DTSReadOnlyCollectionBase
    Microsoft.SqlServer.Dts.Runtime.RunningPackages

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

RunningPackages Members
Microsoft.SqlServer.Dts.Runtime Namespace