IDTSPipelineComponentInfos100 インターフェイス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

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

IDTSPipelineComponentInfos100 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count インフラストラクチャです。 IDTSPipelineComponentInfos100 インスタンスに含まれる要素の数を取得します。
パブリック プロパティ Item インフラストラクチャです。IDTSPipelineComponentInfo100 オブジェクトをコレクションから取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド GetEnumerator インフラストラクチャです。 IDTSPipelineComponentInfos100 コレクションに対する繰り返し処理で使用する列挙子を返します。

先頭に戻る

説明

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

関連項目

参照

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間