DataAdapters インターフェイス

定義

この型は、COM の相互運用性を得るためにマネージ コードが必要とするコクラスのラッパーです。 このインターフェイスによって指定されたメンバにアクセスするには、このインターフェイスを実装するコクラスをラップする型を使用します。 使用法、備考、例など、その種類の詳細については、「」を参照してくださいDataAdaptersCollection

public interface class DataAdapters
[System.Runtime.InteropServices.Guid("096cd692-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface DataAdapters
type DataAdapters = interface
Public Interface DataAdapters
派生
属性

プロパティ

Count

コレクション内 DataAdaptersCollection のデータ アダプターの数を取得します。

Item[Object]

位置または名前に基づいて、コレクションから DataAdaptersCollection 指定したデータ アダプター オブジェクトへの参照を取得します。

メソッド

GetEnumerator()

オブジェクト内のすべてのエントリを反復処理する IEnumeratorDataAdaptersEnumerator 取得します。

適用対象