IDTSComponentMetaData100.CustomPropertyCollection 屬性

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSCustomPropertyCollection100 ^ CustomPropertyCollection { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSCustomPropertyCollection100 ^ get(); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.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.Sql2012.IDTSCustomPropertyCollection100
Public ReadOnly Property CustomPropertyCollection As IDTSCustomPropertyCollection100

屬性值

由元件暴露的自訂屬性集合。

屬性

備註

自訂屬性集合包含由元件加入的 IDTSCustomProperty100 物件。 開發者若以程式方式建構或修改資料流程元件,不應直接設定這些屬性的值,而是應呼叫元件設計時實例的 SetComponentProperty 方法。

適用於