IDTSOutputCollection100 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 contiene métodos que permiten agregar, quitar y enumerar las salidas.
Propiedades
Count |
Obtiene el número de elementos contenidos en IDTSOutputCollection100. |
Item[Object] |
Obtiene el objeto IDTSInput100 especificado por el parámetro |
Métodos
FindObjectByID(Int32) |
Busca el objeto solicitado en una colección por su identificador. |
FindObjectIndexByID(Int32) |
Ubica el índice del objeto solicitado en la colección por su identificador. |
GetEnumerator() |
Devuelve un enumerador que puede iterar por IDTSOutputCollection100. |
GetObjectByID(Int32) |
Recupera un objeto IDTSOutput100 con el identificador especificado. |
GetObjectIndexByID(Int32) |
Recupera el índice de una interfaz IDTSInput100 con el identificador especificado. |
New() |
Crea un nuevo objeto IDTSOutput100 y lo agrega a IDTSOutputColumnCollection100. |
NewAt(Int32) |
Crea un nuevo objeto IDTSOutput100 y lo agrega a una colección en el |
RemoveAll() |
Elimina cualquier objeto IDTSOutput100 de una colección. |
RemoveObjectByID(Int32) |
Elimina una interfaz IDTSOutput100 especificada por el parámetro |
RemoveObjectByIndex(Object) |
Elimina una interfaz IDTSOutput100 de la ubicación especificada. |
SetIndex(Int32, Int32) |
Cambia la ubicación de un objeto IDTSOutput100 en la colección. |