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 メソッドを呼び出すべきです。

適用対象