AdoDotNetConnectionProperties.Values Property

Gets the values of the 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 Values As ICollection(Of Object)
public virtual ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get ();
}
abstract Values : ICollection<Object> with get 
override Values : ICollection<Object> with get
function get Values () : ICollection<Object>

Property Value

Type: System.Collections.Generic.ICollection<Object>
An object that implements the interface [I:System.Collections.Generic.ICollection], such as an array.

Implements

IDictionary<TKey, TValue>.Values

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace