Partager via


Classe RunningPackagesEnumerator

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class RunningPackagesEnumerator _
    Inherits DtsEnumerator
'Utilisation
Dim instance As RunningPackagesEnumerator
public sealed class RunningPackagesEnumerator : DtsEnumerator
public ref class RunningPackagesEnumerator sealed : public DtsEnumerator
[<SealedAttribute>]
type RunningPackagesEnumerator =  
    class
        inherit DtsEnumerator
    end
public final class RunningPackagesEnumerator extends DtsEnumerator

Le type RunningPackagesEnumerator expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Current Returns the current RunningPackage object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique MoveNext Advances the enumerator to the next element of the collection. (hérité de DtsEnumerator.)
Méthode publique Reset Sets the enumerator to its initial position, which is before the first element in the collection. (hérité de DtsEnumerator.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.