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> with get 
override Values : ICollection<Object> with get
function get Values () : ICollection<Object>

Valor de propriedade

Tipo: ICollection<Object>
Um objeto que implementa a interface ICollection, como uma matriz.

Implementações

IDictionary.Values

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet