共用方式為


AdoDotNetConnectionProperties.Keys 屬性

取得資料連接字串的一部分的所有屬性。

命名空間:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
組件:  Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)

語法

'宣告
Public Overridable ReadOnly Property Keys As ICollection(Of String)
public virtual ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get ();
}
abstract Keys : ICollection<string>
override Keys : ICollection<string>
function get Keys () : ICollection<String>

屬性值

型別:System.Collections.Generic.ICollection<String>
資料連結屬性。

實作

IDictionary<TKey, TValue>.Keys

.NET Framework 安全性

請參閱

參考

AdoDotNetConnectionProperties 類別

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空間