IDTSPathCollection100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Fornisce un contenitore di raccolta per conservare IDTSPath100 oggetti.
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
- Attributi
- Implementazioni
Commenti
Ogni IDTSPath100 oggetto in questa collezione rappresenta una connessione, o flusso di dati, tra due componenti nel compito di flusso di dati.
I percorsi vengono stabiliti tra i componenti prima aggiungendo il nuovo percorso alla collezione, e poi chiamando il suo AttachPathAndPropagateNotifications metodo.
Proprietà
| Nome | Descrizione |
|---|---|
| Count |
Ottiene il numero di IDTSPath100 oggetti contenuti nella collezione. |
| Item[Object] |
Ottiene l'oggetto IDTSPathCollection100 specificato dal |
Metodi
| Nome | Descrizione |
|---|---|
| FindObjectByID(Int32) |
Localizza l'oggetto richiesto in una collezione tramite il suo ID. |
| FindObjectIndexByID(Int32) |
Localizza l'indice dell'oggetto richiesto in una collezione tramite il suo ID. |
| GetEnumerator() |
Restituisce un enumeratore in grado di scorrere un oggetto IDTSPathCollection100. |
| GetObjectByID(Int32) |
Ottiene l'oggetto IDTSPathCollection100 che ha l'ID specificato. |
| GetObjectIndexByID(Int32) |
Ottiene l'indice dell'oggetto IDTSPath100 che ha l'ID specificato. |
| New() |
Ne crea uno nuovo IDTSPath100 e lo aggiunge a una collezione. |
| NewAt(Int32) |
Crea un IDTSPath100 oggetto nella posizione specificata in una collezione. |
| RemoveAll() |
Elimina ogni IDTSPath100 oggetto in una collezione. |
| RemoveObjectByID(Int32) |
Rimuove un IDTSPath100 oggetto specificato dal parametro ID. |
| RemoveObjectByIndex(Object) |
Rimuove un IDTSPath100 oggetto situato all'indice specificato. |
| SetIndex(Int32, Int32) |
Cambia la posizione di un IDTSPath100 oggetto specificato al |