Partilhar via


Propriedade AdoDotNetConnectionProperties.Values

Obtém os valores da cadeia de conexão.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
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>
override Values : ICollection<Object>
function get Values () : ICollection<Object>

Valor de propriedade

Tipo: System.Collections.Generic.ICollection<Object>
Um objeto que implementa a interface [I:System.Collections.Generic.ICollection], como uma matriz.

Implementações

IDictionary<TKey, TValue>.Values

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet