IDTSComponentMetaData100.RuntimeConnectionCollection 속성

Gets the collection of IDTSRuntimeConnection100 objects for a component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
ReadOnly Property RuntimeConnectionCollection As IDTSRuntimeConnectionCollection100 
    Get
‘사용 방법
Dim instance As IDTSComponentMetaData100 
Dim value As IDTSRuntimeConnectionCollection100 

value = instance.RuntimeConnectionCollection
IDTSRuntimeConnectionCollection100 RuntimeConnectionCollection { get; }
property IDTSRuntimeConnectionCollection100^ RuntimeConnectionCollection {
    IDTSRuntimeConnectionCollection100^ get ();
}
abstract RuntimeConnectionCollection : IDTSRuntimeConnectionCollection100
function get RuntimeConnectionCollection () : IDTSRuntimeConnectionCollection100

속성 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnectionCollection100
The IDTSRuntimeConnectionCollection100 for the component.

주의

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.

참고 항목

참조

IDTSComponentMetaData100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스