Compartilhar via


Interface IDTSSelectedLogProviders100

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

Defines an interface for a collection of selected IDTSLogProvider100 objects.

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

Sintaxe

'Declaração
<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")> _
Public Interface IDTSSelectedLogProviders100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSSelectedLogProviders100
[GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface IDTSSelectedLogProviders100 : IEnumerable
[GuidAttribute(L"4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface class IDTSSelectedLogProviders100 : IEnumerable
[<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")>]
type IDTSSelectedLogProviders100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSSelectedLogProviders100 extends IEnumerable

O tipo IDTSSelectedLogProviders100 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 an IDTSLogProvider100 object from the collection.

Início

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds the specified IDTSLogProvider100 object to the end of the collection.
Método público GetEnumerator Infraestrutura. Returns an enumerator for use in iterating over the collection.
Método público Remove Infraestrutura. Removes an IDTSLogProvider100 object from the collection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper