Share via


IDTSObjectModel100.ComponentMetaDataCollection Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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 IDTSObjectModel100 
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 collection of data flow components in the task.

See Also

Reference

IDTSObjectModel100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace