IDTSPipeline100.ComponentMetaDataCollection 属性

定义

获取任务中数据流组件的集合。

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaDataCollection100 ^ ComponentMetaDataCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSComponentMetaDataCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(12)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaDataCollection100 ComponentMetaDataCollection { [System.Runtime.InteropServices.DispId(12)] get; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
member this.ComponentMetaDataCollection : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaDataCollection100
Public ReadOnly Property ComponentMetaDataCollection As IDTSComponentMetaDataCollection100

属性值

IDTSComponentMetaDataCollection100 集合。

实现

属性

注解

此集合包含已添加到任务的数据流组件。 组件通过调用 New 方法创建并添加到集合中。

适用于