IDTSPipelineComponentInfos100 インターフェイス

定義

IDTSPipelineComponentInfo100 オブジェクトのコレクションを操作するためのプロパティとメソッドを提供します。

public interface class IDTSPipelineComponentInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("5054BA14-A859-474F-B780-EA632F585C1E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPipelineComponentInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("93EC0D3D-31DF-413E-A2B6-26B44F1A1F79")]
public interface IDTSPipelineComponentInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3F45CECC-74A1-44F7-8AE8-D5885C109E2C")]
public interface IDTSPipelineComponentInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("5054BA14-A859-474F-B780-EA632F585C1E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPipelineComponentInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("93EC0D3D-31DF-413E-A2B6-26B44F1A1F79")>]
type IDTSPipelineComponentInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3F45CECC-74A1-44F7-8AE8-D5885C109E2C")>]
type IDTSPipelineComponentInfos100 = interface
    interface IEnumerable
Public Interface IDTSPipelineComponentInfos100
Implements IEnumerable
属性
実装

注釈

詳細については、「PipelineComponentInfos」を参照してください。

プロパティ

Count

IDTSPipelineComponentInfos100 インスタンスに含まれる要素の数を取得します。

Item[Object]

IDTSPipelineComponentInfo100 オブジェクトをコレクションから取得します。

メソッド

GetEnumerator()

IDTSPipelineComponentInfos100 コレクションに対する繰り返し処理で使用する列挙子を返します。

適用対象