Share via


IDTSPathCollection100 Interfaz

Definición

Proporciona un contenedor de colecciones para almacenar objetos IDTSPath100.

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6B1EED53-A314-4E82-8ADA-B0E8C7A8FA5A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("104790ED-7431-4551-AAFA-2CA62272A78D")>]
type IDTSPathCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3CAD48BA-1EEC-4537-930E-25026586A8C9")>]
type IDTSPathCollection100 = interface
    interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

Cada IDTSPath100 objeto de esta colección representa una conexión o un flujo de datos entre dos componentes de la tarea flujo de datos.

Las rutas de acceso se establecen primero entre los componentes agregando la nueva ruta de acceso a la colección y, a continuación, llamando a su AttachPathAndPropagateNotifications método.

Propiedades

Count

Obtiene el número de objetos IDTSPath100 contenidos en la colección.

Item[Object]

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

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 IDTSPathCollection100.

GetObjectByID(Int32)

Obtiene el objeto IDTSPathCollection100 que tiene el identificador especificado.

GetObjectIndexByID(Int32)

Obtiene el índice del objeto IDTSPath100 con el identificador especificado.

New()

Crea una nueva interfaz IDTSPath100 y la agrega a una colección.

NewAt(Int32)

Crea un objeto IDTSPath100 en la ubicación especificada en una colección.

RemoveAll()

Elimina todos los objetos IDTSPath100 de una colección.

RemoveObjectByID(Int32)

Quita un objeto IDTSPath100 especificado por el parámetro id.

RemoveObjectByIndex(Object)

Quita un objeto IDTSPath100 situado en el índice especificado.

SetIndex(Int32, Int32)

Cambia la ubicación de un objeto IDTSPath100 especificado en el parámetro lOldIndex.

Se aplica a