IDTSComponentMetaData100.CustomPropertyCollection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントによって公開されたカスタムプロパティのコレクションを取得します。
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 メソッドを呼び出すべきです。