IDTSComponentMetaData100.RuntimeConnectionCollection Property

Definition

Gets the collection of IDTSRuntimeConnection100 objects for a component.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnectionCollection100 ^ RuntimeConnectionCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnectionCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.IDTSRuntimeConnectionCollection100
Public ReadOnly Property RuntimeConnectionCollection As IDTSRuntimeConnectionCollection100

Property Value

The IDTSRuntimeConnectionCollection100 for the component.

Attributes

Remarks

This collection contains the IDTSRuntimeConnection100 objects defined by the component. It can be used to access, add, and remove runtime connection objects from the collection. New run-time connection objects are created and added to the collection by calling the New method of the collection. When programmatically modifying an existing component in a data flow task, the collection should not be modified directly.

Applies to