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 l'archiviazione di oggetti 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
- 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 |
Ottiene il numero di oggetti IDTSPath100 contenuti nella raccolta. |
Item[Object] |
Ottiene l'oggetto IDTSPathCollection100 specificato dal parametro |
Metodi
FindObjectByID(Int32) |
Individua l'oggetto richiesto in una raccolta in base al relativo ID. |
FindObjectIndexByID(Int32) |
Individua l'indice dell'oggetto richiesto in una raccolta in base al relativo ID. |
GetEnumerator() |
Restituisce un enumeratore in grado di scorrere un oggetto IDTSPathCollection100. |
GetObjectByID(Int32) |
Ottiene l'oggetto IDTSPathCollection100 con l'ID specificato. |
GetObjectIndexByID(Int32) |
Ottiene l'indice dell'oggetto IDTSPath100 con l'ID specificato. |
New() |
Crea un nuovo oggetto IDTSPath100 e lo aggiunge a una raccolta. |
NewAt(Int32) |
Crea un oggetto IDTSPath100 in corrispondenza della posizione specificata in una raccolta. |
RemoveAll() |
Elimina ogni oggetto IDTSPath100 in una raccolta. |
RemoveObjectByID(Int32) |
Rimuove un oggetto IDTSPath100 specificato dal parametro ID. |
RemoveObjectByIndex(Object) |
Rimuove un oggetto IDTSPath100 che si trova nella posizione di indice specificata. |
SetIndex(Int32, Int32) |
Modifica la posizione di un oggetto IDTSPath100 specificato nel parametro |