Compartilhar via


IDTSOutputCollection100 Interface

Definição

Contém uma coleção de objetos IDTSOutput100 .

public interface class IDTSOutputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputCollection100
Implements IEnumerable
Atributos
Implementações

Comentários

Essa coleção contém os IDTSOutput100 objetos de um componente de fluxo de dados e também contém métodos que permitem que as saídas sejam adicionadas, removidas e enumeradas.

Propriedades

Count

Obtém o número de elementos contidos em um IDTSOutputCollection100.

Item[Object]

Obtém o objeto IDTSInput100 especificado pelo parâmetro Index.

Métodos

FindObjectByID(Int32)

Localiza o objeto solicitado em uma coleção por sua ID.

FindObjectIndexByID(Int32)

Localiza o índice do objeto solicitado na coleção por sua ID.

GetEnumerator()

Retorna um enumerador que pode iterar por uma IDTSOutputCollection100.

GetObjectByID(Int32)

Recupera um objeto IDTSOutput100 que tem a ID especificada.

GetObjectIndexByID(Int32)

Recupera o índice de um IDTSInput100 que tem a ID especificada.

New()

Cria um novo objeto IDTSOutput100 e adiciona-o a um IDTSOutputColumnCollection100.

NewAt(Int32)

Cria um novo IDTSOutput100 e o adiciona a uma coleção no Index especificado.

RemoveAll()

Exclui cada objeto IDTSOutput100 de uma coleção.

RemoveObjectByID(Int32)

Exclui um IDTSOutput100 especificado pelo parâmetro lID .

RemoveObjectByIndex(Object)

Exclui um IDTSOutput100 no local especificado.

SetIndex(Int32, Int32)

Altera o local de um objeto IDTSOutput100 na coleção.

Aplica-se a