Partager via


Classe LogEntryInfoEnumerator

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

Hiérarchie d'héritage

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

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

Syntaxe

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

Le type LogEntryInfoEnumerator expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Current Gets the current LogEntryInfo 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.