AdoDotNetConnectionProperties.IDictionary.Keys 属性

检索包含 IDictionary 实例的 ICollection 对象的键。

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

语法

声明
Private ReadOnly Property Keys As ICollection
    Implements IDictionary.Keys
ICollection IDictionary.Keys { get; }
private:
virtual property ICollection^ Keys {
    ICollection^ get () sealed = IDictionary::Keys::get;
}
private abstract Keys : ICollection
private override Keys : ICollection
JScript 不支持显式接口实现。

属性值

类型:System.Collections.ICollection
返回 ICollection 对象实例。

实现

IDictionary.Keys

备注

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

.NET Framework 安全性

请参见

参考

AdoDotNetConnectionProperties 类

Microsoft.VisualStudio.Data.AdoDotNet 命名空间