IDTSCustomPropertyCollection100 インターフェイス

定義

public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomPropertyCollection100 = interface
    interface IEnumerable
Public Interface IDTSCustomPropertyCollection100
Implements IEnumerable
属性
実装

注釈

カスタムプロパティは、データフローオブジェクトがインターフェース自体に実装されたものを超えた追加のプロパティを公開する仕組みを提供します。 例えば、OLE DBのソースアダプターには、ユーザーがデータソースのSQL文を指定できるカスタムプロパティが含まれています。

IDTSComponentMetaData100インターフェースのカスタムプロパティコレクションは、ProvideComponentPropertiesメソッドへの呼び出し中に埋め込まれます。 プロパティは他の時点でこのコレクションに追加してはいけません。

以下のインターフェースにはカスタムプロパティコレクションが含まれています:

適用対象