AdoDotNetConnectionProperties.Values (Propiedad)

Obtiene los valores de la cadena de conexión.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Collections.Generic.ICollection<Object>
Un objeto que implementa la interfaz [I:System.Collections.Generic.ICollection], como una matriz.

Implementaciones

IDictionary<TKey, TValue>.Values

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)