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


Свойство IDTSComponentMetaData100.OutputCollection

Gets the collection of IDTSOutput100 objects defined by a component.

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

Синтаксис

'Декларация
ReadOnly Property OutputCollection As IDTSOutputCollection100 
    Get
'Применение
Dim instance As IDTSComponentMetaData100 
Dim value As IDTSOutputCollection100 

value = instance.OutputCollection
IDTSOutputCollection100 OutputCollection { get; }
property IDTSOutputCollection100^ OutputCollection {
    IDTSOutputCollection100^ get ();
}
abstract OutputCollection : IDTSOutputCollection100
function get OutputCollection () : IDTSOutputCollection100

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

Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCollection100
The IDTSOutputCollection100 of the component.

Замечания

This collection contains the IDTSOutput100 objects defined by the component. It can be used to access, add, or remove output objects from the collection. New output objects are created and added to the collection by calling the New method of the collection. When programmatically modifying a component in a data flow task, the collection should not be modified directly. Instead, the methods of the design-time instance of the component, CManagedComponentWrapperClass, should be called.

См. также

Справочник

IDTSComponentMetaData100 Интерфейс

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