次の方法で共有


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 メソッドの呼び出し中に設定されます。 プロパティは、これ以外の時点ではコレクションに追加しないでください。

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

プロパティ

Count
Item[Object]

メソッド

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

適用対象