Share via


IDTSPipeline100.ComponentMetaDataCollection Property

Gets the collection of data flow components in the task.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property ComponentMetaDataCollection As IDTSComponentMetaDataCollection100 
    Get
'Usage
Dim instance As IDTSPipeline100 
Dim value As IDTSComponentMetaDataCollection100 

value = instance.ComponentMetaDataCollection
IDTSComponentMetaDataCollection100 ComponentMetaDataCollection { get; }
property IDTSComponentMetaDataCollection100^ ComponentMetaDataCollection {
    IDTSComponentMetaDataCollection100^ get ();
}
abstract ComponentMetaDataCollection : IDTSComponentMetaDataCollection100
function get ComponentMetaDataCollection () : IDTSComponentMetaDataCollection100

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaDataCollection100
The IDTSComponentMetaDataCollection100 collection.

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.

See Also

Reference

IDTSPipeline100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace