Application.PipelineComponentInfos Property
Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.PipelineComponentInfosA PipelineComponentInfos collection that contains all the PipelineComponentInfo objects for the application. This property is read-only.
The following code example shows how to enumerate through the PipelineComponentInfos collection.
Sample Output:
DTSTransform.Merge.1
DTSTransform.MergeJoin.1
DTSTransform.Lookup.1
DTSTransform.Lineage.1
DTSTransform.RowSampling.1
DTSAdapter.OLEDBSource.1
DTSTransform.CharacterMap.1
DTSTransform.GroupDups.1
Microsoft.SqlServer.Dts.Pipeline.DataReaderSourceAdapter, Microsoft.SqlServer.ADONETSrc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91
Microsoft.SqlServer.Dts.Pipeline.DataReaderDestinationAdapter, Microsoft.SqlServer.DataReaderDest, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91