IDTSPipeline100.ComponentMetaDataCollection 속성
Gets the collection of data flow components in the task.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
ReadOnly Property ComponentMetaDataCollection As IDTSComponentMetaDataCollection100
Get
‘사용 방법
Dim instance As IDTSPipeline100
Dim value As IDTSComponentMetaDataCollection100
value = instance.ComponentMetaDataCollection
IDTSComponentMetaDataCollection100 ComponentMetaDataCollection { get; }
property IDTSComponentMetaDataCollection100^ ComponentMetaDataCollection {
IDTSComponentMetaDataCollection100^ get ();
}
abstract ComponentMetaDataCollection : IDTSComponentMetaDataCollection100
function get ComponentMetaDataCollection () : IDTSComponentMetaDataCollection100
속성 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaDataCollection100
The IDTSComponentMetaDataCollection100 collection.
주의
This collection contains the data flow components that have been added to the task. Components are created and added to the collection by calling the New method.