Classe LogEntryInfoEnumerator
Supports iteration over the LogEntryInfos collection. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public NotInheritable Class LogEntryInfoEnumerator _
Inherits DtsEnumerator
'Uso
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
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsEnumerator
Microsoft.SqlServer.Dts.Runtime..::..LogEntryInfoEnumerator
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.