Compartilhar via


IDTSInputCollection100 Interface

Definição

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

public interface class IDTSInputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")>]
type IDTSInputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")>]
type IDTSInputCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputCollection100
Implements IEnumerable
Atributos
Implementações

Comentários

Ele IDTSInputCollection100 contém os IDTSInput100 objetos de um componente de fluxo de dados.

Propriedades

Count

Obtém o número de objetos IDTSInput100 em uma coleção IDTSInputCollection100.

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 em uma coleção por sua ID.

GetEnumerator()

Retorna um enumerador que pode iterar por uma IDTSInputCollection100.

GetObjectByID(Int32)

Recupera um objeto IDTSInput100 de uma coleção IDTSInputCollection100.

GetObjectIndexByID(Int32)

Recupera o índice do objeto IDTSInput100 em uma coleção.

New()

Cria um novo objeto IDTSInput100 e adiciona-o a um IDTSInputCollection100.

NewAt(Int32)

Adiciona um novo objeto de entrada no índice especificado em uma coleção.

RemoveAll()

Excluir cada objeto IDTSInput100 de uma coleção.

RemoveObjectByID(Int32)

Remove um objeto de entrada especificado por sua ID de uma coleção.

RemoveObjectByIndex(Object)

Exclui um objeto de entrada de uma coleção.

SetIndex(Int32, Int32)

Altera a localização de um objeto IDTSInput100.

Aplica-se a