IDTSOutputCollection100 Interfaz

Definición

Contiene una colección de objetos IDTSOutput100.

public interface class IDTSOutputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputCollection100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

Esta colección contiene los IDTSOutput100 objetos de un componente de flujo de datos, y también métodos que permiten añadir, eliminar y enumerar salidas.

Propiedades

Nombre Description
Count

Obtiene el número de elementos contenidos en un IDTSOutputCollection100.

Item[Object]

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

Métodos

Nombre Description
FindObjectByID(Int32)

Localiza el objeto solicitado en una colección por su ID.

FindObjectIndexByID(Int32)

Localiza el índice del objeto solicitado en la colección por su ID.

GetEnumerator()

Devuelve un enumerador que puede iterar a través de un IDTSOutputCollection100.

GetObjectByID(Int32)

Recupera un IDTSOutput100 objeto que tiene el ID especificado.

GetObjectIndexByID(Int32)

Recupera el índice de un IDTSInput100 que tiene el ID especificado.

New()

Crea un nuevo IDTSOutput100 objeto y lo añade a un IDTSOutputColumnCollection100.

NewAt(Int32)

Crea un nuevo IDTSOutput100 objeto y lo añade a una colección en el archivo especificado Index.

RemoveAll()

Elimina cada IDTSOutput100 objeto de una colección.

RemoveObjectByID(Int32)

Elimina un IDTSOutput100 especificado por el lID parámetro.

RemoveObjectByIndex(Object)

Elimina un IDTSOutput100 en la ubicación especificada.

SetIndex(Int32, Int32)

Cambia la ubicación de un IDTSOutput100 objeto en la colección.

Se aplica a