IDTSComponentMetaData100.RuntimeConnectionCollection Eigenschaft

Definition

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSRuntimeConnectionCollection100 ^ RuntimeConnectionCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSRuntimeConnectionCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSRuntimeConnectionCollection100 RuntimeConnectionCollection { [System.Runtime.InteropServices.DispId(114)] get; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
member this.RuntimeConnectionCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSRuntimeConnectionCollection100
Public ReadOnly Property RuntimeConnectionCollection As IDTSRuntimeConnectionCollection100

Eigenschaftswert

Die IDTSRuntimeConnectionCollection100 für die Komponente.

Attribute

Hinweise

Diese Sammlung enthält die von der Komponente definierten IDTSRuntimeConnection100-Objekte. Es kann verwendet werden, um auf Laufzeit-Verbindungsobjekte aus der Sammlung zuzugreifen, sie hinzuzufügen und zu entfernen. Neue Laufzeit-Verbindungsobjekte werden erstellt und der Sammlung hinzugefügt, indem die Neue Methode der Sammlung aufgerufen wird. Beim programmatischen Modifizieren einer bestehenden Komponente in einer Datenflussaufgabe sollte die Sammlung nicht direkt modifiziert werden.

Gilt für: