IDTSRuntimeConnectionCollection100 Interface

Définition

public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D9428893-8A95-4DFD-826C-4035E5728C60")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D9428893-8A95-4DFD-826C-4035E5728C60")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
    interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
Attributs
Implémente

Remarques

Les composants de flux de données qui se connectent à des sources de données externes le font à l’aide ConnectionManager d’objets créés au niveau du package. Cette collection est utilisée pour stocker des références aux gestionnaires de connexions dans le package qu’un composant utilise pour accéder aux sources de données externes.

Propriétés

Count
Item[Object]

Méthodes

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

S’applique à