Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.