IDTSComponentMetaData100.RuntimeConnectionCollection 속성

정의

구성 요소에 대한 IDTSRuntimeConnection100 개체의 컬렉션을 가져옵니다.

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

속성 값

구성 요소에 대한 IDTSRuntimeConnectionCollection100입니다.

특성

설명

이 컬렉션에는 구성 요소에서 IDTSRuntimeConnection100 정의한 개체가 포함됩니다. 컬렉션에서 런타임 연결 개체에 액세스, 추가 및 제거하는 데 사용할 수 있습니다. 컬렉션의 메서드를 호출하여 새 런타임 연결 개체가 만들어지고 컬렉션에 New 추가됩니다. 데이터 흐름 태스크에서 기존 구성 요소를 프로그래밍 방식으로 수정하는 경우 컬렉션을 직접 수정하면 안 됩니다.

적용 대상