Compartilhar via


Interface IDTSLogEntryInfos100

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

For more information, see LogEntryInfos.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("C21C3C95-0604-4C3F-BE10-11C0966C9513")> _
Public Interface IDTSLogEntryInfos100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSLogEntryInfos100
[GuidAttribute("C21C3C95-0604-4C3F-BE10-11C0966C9513")]
public interface IDTSLogEntryInfos100 : IEnumerable
[GuidAttribute(L"C21C3C95-0604-4C3F-BE10-11C0966C9513")]
public interface class IDTSLogEntryInfos100 : IEnumerable
[<GuidAttribute("C21C3C95-0604-4C3F-BE10-11C0966C9513")>]
type IDTSLogEntryInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSLogEntryInfos100 extends IEnumerable