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


Интерфейс IDTSOutputCollection100

Contains a collection of IDTSOutput100 objects.

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

Синтаксис

'Декларация
<GuidAttribute("E700706C-F23C-400A-BD62-AC760B11B985")> _
Public Interface IDTSOutputCollection100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSOutputCollection100
[GuidAttribute("E700706C-F23C-400A-BD62-AC760B11B985")]
public interface IDTSOutputCollection100 : IEnumerable
[GuidAttribute(L"E700706C-F23C-400A-BD62-AC760B11B985")]
public interface class IDTSOutputCollection100 : IEnumerable
[<GuidAttribute("E700706C-F23C-400A-BD62-AC760B11B985")>]
type IDTSOutputCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSOutputCollection100 extends IEnumerable

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

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод FindObjectByID Locates the requested object in a collection by its ID.
Открытый метод FindObjectIndexByID Locates the index of the requested object in the collection by its ID.
Открытый метод GetEnumerator Returns an enumerator that can iterate through an IDTSOutputCollection100.
Открытый метод GetObjectByID Retrieves an IDTSOutput100 object that has the specified ID.
Открытый метод GetObjectIndexByID Retrieves the index of an IDTSInput100 that has the specified ID.
Открытый метод New Creates a new IDTSOutput100 object and adds it to an IDTSOutputColumnCollection100.
Открытый метод NewAt Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.
Открытый метод RemoveAll Deletes each IDTSOutput100 object in a collection.
Открытый метод RemoveObjectByID Deletes an IDTSOutput100 specified by the lID parameter.
Открытый метод RemoveObjectByIndex Deletes an IDTSOutput100 at the specified location.
Открытый метод SetIndex Changes the location of an IDTSOutput100 object in the collection.

В начало

Замечания

This collection contains the IDTSOutput100 objects of a data flow component, and also contains methods that allow outputs to be added, removed, and enumerated.

См. также

Справочник

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