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


Свойство IDTSPipeline100.ComponentMetaDataCollection

Gets the collection of data flow components in the task.

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

Синтаксис

'Декларация
ReadOnly Property ComponentMetaDataCollection As IDTSComponentMetaDataCollection100 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaDataCollection100
The IDTSComponentMetaDataCollection100 collection.

Замечания

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.

См. также

Справочник

IDTSPipeline100 Интерфейс

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