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 호출하여 생성하여 컬렉션에 추가합니다. 데이터 흐름 작업에서 기존 구성 요소를 프로그래밍적으로 수정할 때는 컬렉션을 직접 수정해서는 안 됩니다.

적용 대상