IDTSComponentMetaDataCollection100 Interfaz

Definición

Contiene una colección de objetos IDTSComponentMetaData100.

public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("985E3327-3C34-4F4D-BF44-DA7A46BCBE56")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("77ACF3C3-1991-4882-B575-F0CF0CE824A0")]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BC1026E1-9E12-42D1-9C10-831B4BC2D963")]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("985E3327-3C34-4F4D-BF44-DA7A46BCBE56")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("77ACF3C3-1991-4882-B575-F0CF0CE824A0")>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BC1026E1-9E12-42D1-9C10-831B4BC2D963")>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
Public Interface IDTSComponentMetaDataCollection100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

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

Los componentes se agregan al IDTSComponentMetaDataCollection100 mediante una llamada al New método . 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

Obtiene el número de elementos contenidos en IDTSComponentMetaDataCollection100.

Item[Object]

Obtiene el objeto IDTSComponentMetaData100 especificado por el parámetro Index.

Métodos

FindObjectByID(Int32)

Ubica un objeto solicitado en la colección por su identificador.

FindObjectIndexByID(Int32)

Ubica el índice de un objeto solicitado en la colección por su identificador.

GetEnumerator()

Devuelve un IEnumerator para una IDTSComponentMetaDataCollection100 colección.

GetObjectByID(Int32)

Recupera un objeto IDTSComponentMetaData100 de una colección IDTSComponentMetaDataCollection100.

GetObjectIndexByID(Int32)

Recupera la ubicación en una colección IDTSComponentMetaDataCollection100 de un objeto IDTSComponentMetaData100.

New()

Crea un nuevo objeto IDTSComponentMetaData100 y lo agrega a una colección IDTSComponentMetaDataCollection100.

NewAt(Int32)

Crea un nuevo objeto IDTSComponentMetaData100 en la ubicación especificada de una colección IDTSComponentMetaDataCollection100.

RemoveAll()

Quita cada uno de los objetos IDTSComponentMetaData100 de una colección IDTSComponentMetaDataCollection100.

RemoveObjectByID(Int32)

Elimina el objeto IDTSComponentMetaData100 con el identificador especificado.

RemoveObjectByIndex(Object)

Elimina el objeto IDTSComponentMetaData100 situado en la ubicación especificada de una colección IDTSComponentMetaDataCollection100.

SetIndex(Int32, Int32)

Mueve un objeto IDTSComponentMetaData100 a una nueva ubicación de una colección IDTSComponentMetaDataCollection100.

Se aplica a