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 命名空间