Freigeben über


AdoDotNetConnectionProperties.Keys-Eigenschaft

Ruft alle Eigenschaften ab, die Teil die Datenverbindungszeichenfolge sind.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
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> with get 
override Keys : ICollection<string> with get
function get Keys () : ICollection<String>

Eigenschaftswert

Typ: ICollection<String>
Eine Auflistung Datenverbindungseigenschaften.

Implementiert

IDictionary.Keys

.NET Framework-Sicherheit

Siehe auch

Referenz

AdoDotNetConnectionProperties Klasse

Microsoft.VisualStudio.Data.Framework.AdoDotNet-Namespace