IDTSPathCollection100 Interfaccia

Definizione

public interface class IDTSPathCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("A923B10F-1D4C-4AD0-82EE-212262BEE0AC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPathCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("A923B10F-1D4C-4AD0-82EE-212262BEE0AC")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPathCollection100 = interface
    interface IEnumerable
Public Interface IDTSPathCollection100
Implements IEnumerable
Attributi
Implementazioni

Commenti

Ogni IDTSPath100 oggetto in questa raccolta rappresenta una connessione, o un flusso di dati, tra due componenti nell'attività flusso di dati.

I percorsi vengono stabiliti prima tra i componenti aggiungendo il nuovo percorso alla raccolta e quindi chiamando il relativo AttachPathAndPropagateNotifications metodo.

Proprietà

Count
Item[Object]

Metodi

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

Si applica a