IDTSComponentMetaDataCollection100 Interfaz

Definición

public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("941CD0E2-AC00-437D-AAEE-C887AA739A60")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("941CD0E2-AC00-437D-AAEE-C887AA739A60")>]
[<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
Implementaciones

Comentarios

La colección IDTSComponentMetaDataCollection100 contiene los IDTSComponentMetaData100 objetos , que son componentes que se han agregado a la MainPipe clase .

Los componentes se agregan al IDTSComponentMetaDataCollection100 llamando al método New. Los objetos de esta colección representan los componentes de la tarea flujo de datos, que en el modelo de objetos es el MainPipe objeto .

Propiedades

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)

Se aplica a