Compartir a través de


Interfaz IDTSPipelineComponentInfos100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<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

El tipo IDTSPipelineComponentInfos100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Infraestructura. Gets the number of elements contained in the IDTSPipelineComponentInfos100 instance.
Propiedad pública Item Infraestructura. Gets the IDTSPipelineComponentInfo100 object from the collection.

Arriba

Métodos

  Nombre Descripción
Método público GetEnumerator Infraestructura. Returns an enumerator for use in iterating over the IDTSPipelineComponentInfos100 collection.

Arriba

Comentarios

For more information, see PipelineComponentInfos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper