Share via


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)
'Usage
Dim instance As AdoDotNetConnectionProperties 
Dim value As ICollection(Of Object)

value = instance.Values
public virtual ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
    ICollection<Object^>^ get ();
}
public 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

AdoDotNetConnectionProperties Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace