Share via


MainPipeClass.IDTSObjectModel90_ComponentMetaDataCollection Property

Gets the collection of data flow components in a task.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IDTSObjectModel90_ComponentMetaDataCollection As IDTSComponentMetaDataCollection90 Implements IDTSObjectModel90.ComponentMetaDataCollection
public virtual IDTSComponentMetaDataCollection90 IDTSObjectModel90.ComponentMetaDataCollection { get; }
public:
virtual property IDTSComponentMetaDataCollection90^ IDTSObjectModel90_ComponentMetaDataCollection {
    IDTSComponentMetaDataCollection90^ get () = IDTSObjectModel90::ComponentMetaDataCollection::get;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

The IDTSComponentMetaDataCollection90 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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MainPipeClass Class
MainPipeClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace