AdoDotNetConnectionProperties.ICollection.Count 属性

检索当前 ICollection实例包含的元素的数目。

命名空间:  Microsoft.VisualStudio.Data.AdoDotNet
程序集:  Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)

语法

声明
Private ReadOnly Property Count As Integer
    Implements 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 中包含的元素的数目。

实现

ICollection.Count

备注

此方法提供 Count 属性实现。有关更多信息在 .NET Framework 选件类库中看到 Count 属性。

.NET Framework 安全性

请参见

参考

AdoDotNetConnectionProperties 类

Microsoft.VisualStudio.Data.AdoDotNet 命名空间