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 メソッドを呼び出す必要があります。

適用対象