Compartilhar via


IDTSComponentMetaDataCollection100 Interface

Definição

public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
Public Interface IDTSComponentMetaDataCollection100
Implements IEnumerable
Atributos
Implementações

Comentários

A coleção IDTSComponentMetaDataCollection100 contém os objetos IDTSComponentMetaData100, que são componentes que foram adicionados à classe MainPipe.

Os componentes são adicionados ao IDTSComponentMetaDataCollection100 chamando o método New. Os objetos nesta coleção representam os componentes na tarefa de fluxo de dados, que no modelo de objeto é o objeto MainPipe.

Propriedades

Count
Item[Object]

Métodos

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

Aplica-se a