Поделиться через


Интерфейс IDTSComponentMetaDataCollection100

Contains a collection of IDTSComponentMetaData100 objects.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")> _
Public Interface IDTSComponentMetaDataCollection100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSComponentMetaDataCollection100
[GuidAttribute("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")]
public interface IDTSComponentMetaDataCollection100 : IEnumerable
[GuidAttribute(L"070750F2-631D-4E3E-8FE5-BE6B1CDF2632")]
public interface class IDTSComponentMetaDataCollection100 : IEnumerable
[<GuidAttribute("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")>]
type IDTSComponentMetaDataCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSComponentMetaDataCollection100 extends IEnumerable

Тип IDTSComponentMetaDataCollection100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets the number of elements contained in an IDTSComponentMetaDataCollection100.
Открытое свойство Item Gets the IDTSComponentMetaData100 object specified by the Index parameter.

В начало

Методы

  Имя Описание
Открытый метод FindObjectByID Locates a requested object in the collection by its ID.
Открытый метод FindObjectIndexByID Locates the index of a requested object in the collection by its ID.
Открытый метод GetEnumerator Returns an IEnumerator for an IDTSComponentMetaDataCollection100 collection.
Открытый метод GetObjectByID Retrieves an IDTSComponentMetaData100 object from an IDTSComponentMetaDataCollection100 collection.
Открытый метод GetObjectIndexByID Retrieves the location in an IDTSComponentMetaDataCollection100 collection of an IDTSComponentMetaData100 object.
Открытый метод New Creates a new IDTSComponentMetaData100 object and adds it to an IDTSComponentMetaDataCollection100 collection.
Открытый метод NewAt Creates a new IDTSComponentMetaData100 object at the specified location in an IDTSComponentMetaDataCollection100 collection.
Открытый метод RemoveAll Removes each of the IDTSComponentMetaData100 objects in an IDTSComponentMetaDataCollection100 collection.
Открытый метод RemoveObjectByID Deletes the IDTSComponentMetaData100 object with the specified ID.
Открытый метод RemoveObjectByIndex Deletes the IDTSComponentMetaData100 object at the specified location in an IDTSComponentMetaDataCollection100 collection.
Открытый метод SetIndex Moves an IDTSComponentMetaData100 object to a new location in an IDTSComponentMetaDataCollection100 collection.

В начало

Замечания

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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper