IDTSPipelineComponentInfos100 Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see PipelineComponentInfos.

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

Syntax

'Declaration
<GuidAttribute("A09B7204-825B-4C1F-A82A-A7B68A475FF1")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSPipelineComponentInfos100
[GuidAttribute("A09B7204-825B-4C1F-A82A-A7B68A475FF1")]
public interface IDTSPipelineComponentInfos100 : IEnumerable
[GuidAttribute(L"A09B7204-825B-4C1F-A82A-A7B68A475FF1")]
public interface class IDTSPipelineComponentInfos100 : IEnumerable
[<GuidAttribute("A09B7204-825B-4C1F-A82A-A7B68A475FF1")>]
type IDTSPipelineComponentInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSPipelineComponentInfos100 extends IEnumerable