Compartilhar via


Interface IDTSLogProviders100

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

Represents an interface of log providers.

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

Sintaxe

'Declaração
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSLogProviders100
[GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface IDTSLogProviders100 : IEnumerable
[GuidAttribute(L"DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface class IDTSLogProviders100 : IEnumerable
[<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")>]
type IDTSLogProviders100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogProviders100 extends IEnumerable

O tipo IDTSLogProviders100 expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds the specified log provider to the end of the collection.
Método público GetEnumerator Infraestrutura. Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection.
Método público Join Infraestrutura. Joins a specified log provider to the collection.
Método público Remove Infraestrutura. Removes a log provider object from the IDTSLogProviders100 collection.

Início

Comentários

For more information, see LogProviders.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper