IDTSComponentMetaDataCollection100 Interface

Contains a collection of IDTSComponentMetaData100 objects.

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

Syntax

'Declaration
<GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")> _
Public Interface IDTSComponentMetaDataCollection100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSComponentMetaDataCollection100
[GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")]
public interface IDTSComponentMetaDataCollection100 : IEnumerable
[GuidAttribute(L"4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")]
public interface class IDTSComponentMetaDataCollection100 : IEnumerable
[<GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")>]
type IDTSComponentMetaDataCollection100 =  
    interface
        interface IEnumerable
    end
public interface IDTSComponentMetaDataCollection100 extends IEnumerable

The IDTSComponentMetaDataCollection100 type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of elements contained in an IDTSComponentMetaDataCollection100.
Public property Item Gets the IDTSComponentMetaData100 object specified by the Index parameter.

Top

Methods

  Name Description
Public method FindObjectByID Locates a requested object in the collection by its ID.
Public method FindObjectIndexByID Locates the index of a requested object in the collection by its ID.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator() Returns an IEnumerator for an IDTSComponentMetaDataCollection100 collection.
Public method GetObjectByID Retrieves an IDTSComponentMetaData100 object from an IDTSComponentMetaDataCollection100 collection.
Public method GetObjectIndexByID Retrieves the location in an IDTSComponentMetaDataCollection100 collection of an IDTSComponentMetaData100 object.
Public method New Creates a new IDTSComponentMetaData100 object and adds it to an IDTSComponentMetaDataCollection100 collection.
Public method NewAt Creates a new IDTSComponentMetaData100 object at the specified location in an IDTSComponentMetaDataCollection100 collection.
Public method RemoveAll Removes each of the IDTSComponentMetaData100 objects in an IDTSComponentMetaDataCollection100 collection.
Public method RemoveObjectByID Deletes the IDTSComponentMetaData100 object with the specified ID.
Public method RemoveObjectByIndex Deletes the IDTSComponentMetaData100 object at the specified location in an IDTSComponentMetaDataCollection100 collection.
Public method SetIndex Moves an IDTSComponentMetaData100 object to a new location in an IDTSComponentMetaDataCollection100 collection.

Top

Remarks

The IDTSComponentMetaDataCollection100 collection contains the IDTSComponentMetaData100 objects, which are components that have been added to the MainPipe class.

Components are added to the IDTSComponentMetaDataCollection100 by calling the New method. The objects in this collection represent the components in the data flow task, which in the object model is the MainPipe object.