IDTSPathCollection100 Interfaz

Definición

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6A331EBD-A950-43B5-83A2-033585F417F7")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6A331EBD-A950-43B5-83A2-033585F417F7")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
    interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

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

Los caminos se establecen entre los componentes primero añadiendo el nuevo camino a la colección y luego llamando a su AttachPathAndPropagateNotifications método.

Se aplica a