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 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 |
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 |
| RemoveAll() |
Elimina cada IDTSOutput100 objeto de una colección. |
| RemoveObjectByID(Int32) |
Elimina un IDTSOutput100 especificado por el |
| 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. |