ApplicationClass.PipelineComponentInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPipelineComponentInfos100 ^ PipelineComponentInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPipelineComponentInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(7)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfos100 PipelineComponentInfos { [System.Runtime.InteropServices.DispId(7)] get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.PipelineComponentInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfos100
Public Overridable ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100
Property Value
A PipelineComponentInfos collection that contains all the PipelineComponentInfo objects for the application.
Implements
- Attributes