次の方法で共有


IDTSPipelineComponentInfos100 インターフェイス

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

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

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

構文

'宣言
<GuidAttribute("A09B7204-825B-4C1F-A82A-A7B68A475FF1")> _
Public Interface IDTSPipelineComponentInfos100 _
    Inherits IEnumerable
'使用
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

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

プロパティ

  名前 説明
パブリック プロパティ Count インフラストラクチャです。詳細については、「PipelineComponentInfos」を参照してください。
パブリック プロパティ Item インフラストラクチャです。詳細については、「PipelineComponentInfos」を参照してください。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド GetEnumerator() () () () (IEnumerable から継承されています。)
パブリック メソッド GetEnumerator() () () () インフラストラクチャです。詳細については、「PipelineComponentInfos」を参照してください。

先頭に戻る