Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets all the properties that are part of the data connection string.
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>
Property Value
Type: System.Collections.Generic.ICollection<String>
A collection of data connection properties.
Implements
IDictionary<TKey, TValue>.Keys
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.