AdoDotNetConnectionProperties.Keys Property

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

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace