Compartilhar via


Interface IDTSLogProviderInfos100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

For more information, see LogProviderInfos.

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

Sintaxe

'Declaração
<GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")> _
Public Interface IDTSLogProviderInfos100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSLogProviderInfos100
[GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")]
public interface IDTSLogProviderInfos100 : IEnumerable
[GuidAttribute(L"D8B34BEE-5F1B-4065-9009-6AB4A9B49276")]
public interface class IDTSLogProviderInfos100 : IEnumerable
[<GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")>]
type IDTSLogProviderInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogProviderInfos100 extends IEnumerable

O tipo IDTSLogProviderInfos100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the collection.
Propriedade pública Item Infraestrutura. Gets a IDTSLogProviderInfo100 object from the collection.

Início

Métodos

  Nome Descrição
Método público GetEnumerator Infraestrutura. Returns an enumerator for use in iterating over the IDTSLogProviderInfos100 collection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper