Share via


ResultSetView.ICollection.Count プロパティ

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

構文

'宣言
Private ReadOnly Property Count As Integer
    Implements ICollection.Count
    Get
'使用
Dim instance As ResultSetView
Dim value As Integer

value = CType(instance, ICollection).Count
int ICollection.Count { get; }
private:
virtual property int Count {
    int get () sealed = ICollection::Count::get;
}
private abstract Count : int
private override Count : int
JScript では、明示的なインターフェイスの実装は使用できますが、新規に宣言することはできません。

プロパティ値

型: System.Int32

実装

ICollection.Count

関連項目

参照

ResultSetView クラス

System.Data.SqlServerCe 名前空間