Share via


ResultSetView クラス

データ バインディング インターフェイスを実装し、ユーザー インターフェイス コントロールと SqlCeResultSet を関連付けます。

名前空間:  System.Data.SqlServerCe
アセンブリ:  System.Data.SqlServerCe (System.Data.SqlServerCe.dll)

構文

'宣言
Public NotInheritable Class ResultSetView _
    Implements ITypedList, IBindingList, IList, ICollection,  _
    IEnumerable, IDisposable
'使用
Dim instance As ResultSetView
public sealed class ResultSetView : ITypedList, 
    IBindingList, IList, ICollection, IEnumerable, IDisposable
public ref class ResultSetView sealed : ITypedList, 
    IBindingList, IList, ICollection, IEnumerable, IDisposable
[<SealedAttribute>]
type ResultSetView =  
    class
        interface ITypedList
        interface IBindingList
        interface IList
        interface ICollection
        interface IEnumerable
        interface IDisposable
    end
public final class ResultSetView implements ITypedList, IBindingList, IList, ICollection, IEnumerable, IDisposable

継承階層

System. . :: . .Object
  System.Data.SqlServerCe..::..ResultSetView

スレッド セーフ

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

関連項目

参照

ResultSetView メンバー

System.Data.SqlServerCe 名前空間