共用方式為


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.

請參閱

參考

IDTSPipeline100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間