IDTSComponentMetaData100.RuntimeConnectionCollection 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컴포넌트의 객체 모음 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 호출하여 생성하여 컬렉션에 추가합니다. 데이터 흐름 작업에서 기존 구성 요소를 프로그래밍적으로 수정할 때는 컬렉션을 직접 수정해서는 안 됩니다.