DataConnectionProperties.Keys 属性

获取当前的属性名称的集合。

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

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property Keys As ICollection(Of String)
[BrowsableAttribute(false)]
public ICollection<string> Keys { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Keys : ICollection<string> with get
[<BrowsableAttribute(false)>]
override Keys : ICollection<string> with get
final function get Keys () : ICollection<String>

属性值

类型:ICollection<String>
当前属性名称的集合。

实现

IDictionary.Keys

.NET Framework 安全性

请参阅

参考

DataConnectionProperties 类

Microsoft.VisualStudio.Data.Framework 命名空间