IDTSComponentMetaData100.CustomPropertyCollection 属性

定义

获取由组件公开的自定义属性的集合。

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

属性值

获取由组件公开的自定义属性的集合。

属性

注解

自定义属性集合包含 IDTSCustomProperty100 组件添加到集合的对象。 以编程方式生成或修改数据流组件的开发人员不应直接设置这些属性的值,而是应调用 SetComponentProperty 组件设计时实例的方法。

适用于