この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
PipelineComponentInfo オブジェクトを含む PipelineComponentInfos コレクションを返します。
名前空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ: Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)
構文
'宣言
Public Overridable ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100
Get
'使用
Dim instance As ApplicationClass
Dim value As IDTSPipelineComponentInfos100
value = instance.PipelineComponentInfos
public virtual IDTSPipelineComponentInfos100 PipelineComponentInfos { get; }
public:
virtual property IDTSPipelineComponentInfos100^ PipelineComponentInfos {
IDTSPipelineComponentInfos100^ get ();
}
abstract PipelineComponentInfos : IDTSPipelineComponentInfos100
override PipelineComponentInfos : IDTSPipelineComponentInfos100
function get PipelineComponentInfos () : IDTSPipelineComponentInfos100
プロパティ値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfos100
アプリケーションのすべての PipelineComponentInfo オブジェクトを含んでいる PipelineComponentInfos コレクションです。
実装
IDTSApplication100.PipelineComponentInfos