Compartilhar via


Interface IDTSPipelineComponentInfos100

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

Provides properties and methods for working on a collection of IDTSPipelineComponentInfo100 objects.

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

Sintaxe

'Declaração
<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSPipelineComponentInfos100
[GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")]
public interface IDTSPipelineComponentInfos100 : IEnumerable
[GuidAttribute(L"DC6BF235-A348-46FC-AEC7-9095CAE9FD93")]
public interface class IDTSPipelineComponentInfos100 : IEnumerable
[<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")>]
type IDTSPipelineComponentInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSPipelineComponentInfos100 extends IEnumerable

O tipo IDTSPipelineComponentInfos100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the IDTSPipelineComponentInfos100 instance.
Propriedade pública Item Infraestrutura. Gets the IDTSPipelineComponentInfo100 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 IDTSPipelineComponentInfos100 collection.

Início

Comentários

For more information, see PipelineComponentInfos.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper