IDTSApplication100.PipelineComponentInfos プロパティ

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

IDTSPipelineComponentInfo100 オブジェクトを含む IDTSPipelineComponentInfos100 コレクションを返します。

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

構文

'宣言
ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100 
    Get
'使用
Dim instance As IDTSApplication100 
Dim value As IDTSPipelineComponentInfos100 

value = instance.PipelineComponentInfos
IDTSPipelineComponentInfos100 PipelineComponentInfos { get; }
property IDTSPipelineComponentInfos100^ PipelineComponentInfos {
    IDTSPipelineComponentInfos100^ get ();
}
abstract PipelineComponentInfos : IDTSPipelineComponentInfos100
function get PipelineComponentInfos () : IDTSPipelineComponentInfos100

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfos100
アプリケーションのすべての IDTSPipelineComponentInfo100 オブジェクトを含んでいる IDTSPipelineComponentInfos100 コレクションです。このプロパティは読み取り専用です。

関連項目

参照

IDTSApplication100 インターフェイス

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