IDTSComponentMetaDataCollection100 Interfaz

Definición

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
Implementaciones

Comentarios

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

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

Se aplica a