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
'Usage
Dim instance As RunningPackages
public class RunningPackages : DTSReadOnlyCollectionBase
public ref class RunningPackages : public DTSReadOnlyCollectionBase
type RunningPackages =
class
inherit DTSReadOnlyCollectionBase
end
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 Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.