Share via


IDTSPipelineComponentInfos100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
<GuidAttribute("DC6BF235-A348-46FC-AEC7-9095CAE9FD93")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'Usage
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

The IDTSPipelineComponentInfos100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of elements contained in the IDTSPipelineComponentInfos100 instance.
Public property Item Infrastructure. Gets the IDTSPipelineComponentInfo100 object from the collection.

Top

Methods

  Name Description
Public method GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the IDTSPipelineComponentInfos100 collection.

Top

Remarks

For more information, see PipelineComponentInfos.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace