다음을 통해 공유


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

구현

IDTSObjectModel100. . :: . .ComponentMetaDataCollection

주의

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.