Compartilhar via


Interface IDTSOutputCollection100

Contains a collection of IDTSOutput100 objects.

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

Sintaxe

'Declaração
<GuidAttribute("1EEF8384-0FFC-44B8-877B-F246880EC6CF")> _
Public Interface IDTSOutputCollection100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSOutputCollection100
[GuidAttribute("1EEF8384-0FFC-44B8-877B-F246880EC6CF")]
public interface IDTSOutputCollection100 : IEnumerable
[GuidAttribute(L"1EEF8384-0FFC-44B8-877B-F246880EC6CF")]
public interface class IDTSOutputCollection100 : IEnumerable
[<GuidAttribute("1EEF8384-0FFC-44B8-877B-F246880EC6CF")>]
type IDTSOutputCollection100 =  
    interface
        interface IEnumerable
    end
public interface IDTSOutputCollection100 extends IEnumerable

O tipo IDTSOutputCollection100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of elements contained in an IDTSOutputCollection100.
Propriedade pública Item Gets the IDTSInput100 object specified by the Index parameter.

Início

Métodos

  Nome Descrição
Método público FindObjectByID Locates the requested object in a collection by its ID.
Método público FindObjectIndexByID Locates the index of the requested object in the collection by its ID.
Método público GetEnumerator() () () () (Herdado de IEnumerable.)
Método público GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSOutputCollection100.
Método público GetObjectByID Retrieves an IDTSOutput100 object that has the specified ID.
Método público GetObjectIndexByID Retrieves the index of an IDTSInput100 that has the specified ID.
Método público New Creates a new IDTSOutput100 object and adds it to an IDTSOutputColumnCollection100.
Método público NewAt Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.
Método público RemoveAll Deletes each IDTSOutput100 object in a collection.
Método público RemoveObjectByID Deletes an IDTSOutput100 specified by the lID parameter.
Método público RemoveObjectByIndex Deletes an IDTSOutput100 at the specified location.
Método público SetIndex Changes the location of an IDTSOutput100 object in the collection.

Início

Comentários

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