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)
Get
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>
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.