Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Get
public virtual ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
ICollection<Object^>^ get ();
}
abstract Values : ICollection<Object>
override Values : ICollection<Object>
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
- 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.