IDTSInputCollection100 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 IDTSInput100.
public interface class IDTSInputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")>]
type IDTSInputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")>]
type IDTSInputCollection100 = interface
interface IEnumerable
Public Interface IDTSInputCollection100
Implements IEnumerable
- Atributos
- Implementaciones
Comentarios
IDTSInputCollection100 contiene los IDTSInput100 objetos de un componente de flujo de datos.
Propiedades
Count |
Obtiene el número de objetos IDTSInput100 en una colección IDTSInputCollection100. |
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) |
Busca el índice del objeto solicitado en una colección por su identificador. |
GetEnumerator() |
Devuelve un enumerador que puede iterar por IDTSInputCollection100. |
GetObjectByID(Int32) |
Recupera un objeto IDTSInput100 de una colección IDTSInputCollection100. |
GetObjectIndexByID(Int32) |
Recupera el índice del objeto IDTSInput100 en una colección. |
New() |
Crea un nuevo objeto IDTSInput100 y lo agrega a IDTSInputCollection100. |
NewAt(Int32) |
Agrega un nuevo objeto de entrada a una colección en el índice especificado. |
RemoveAll() |
Elimina cada objeto IDTSInput100 de una colección. |
RemoveObjectByID(Int32) |
Quita de una colección un objeto de entrada especificado por su identificador. |
RemoveObjectByIndex(Object) |
Elimina un objeto de entrada de una colección. |
SetIndex(Int32, Int32) |
Cambia la ubicación de un objeto IDTSInput100. |