IDTSPipeline100.ComponentMetaDataCollection Property

Definition

Gets the collection of data flow components in the task.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaDataCollection100 ^ ComponentMetaDataCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaDataCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(12)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaDataCollection100 ComponentMetaDataCollection { [System.Runtime.InteropServices.DispId(12)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
member this.ComponentMetaDataCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaDataCollection100
Public ReadOnly Property ComponentMetaDataCollection As IDTSComponentMetaDataCollection100

Property Value

The IDTSComponentMetaDataCollection100 collection.

Implements

Attributes

Remarks

This collection contains the data flow components that have been added to the task. Components are created and added to the collection by calling the New method.

Applies to