This topic has not yet been rated - Rate this topic

RunningPackagesEnumerator Class

Supports iteration over the RunningPackages collection. This class cannot be inherited.

System.Object
  Microsoft.SqlServer.Dts.Runtime.DtsEnumerator
    Microsoft.SqlServer.Dts.Runtime.RunningPackagesEnumerator

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public sealed class RunningPackagesEnumerator : DtsEnumerator

The RunningPackagesEnumerator type exposes the following members.

  NameDescription
Public propertyCurrentReturns the current RunningPackage object from the collection.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMoveNextAdvances the enumerator to the next element of the collection. (Inherited from DtsEnumerator.)
Public methodResetSets the enumerator to its initial position, which is before the first element in the collection. (Inherited from DtsEnumerator.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.