AdoDotNetConnectionProperties.Keys (Propiedad)

Obtiene todas las propiedades que forman parte de la cadena de conexión de datos.

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 Keys As ICollection(Of String)
public virtual ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get ();
}
abstract Keys : ICollection<string>
override Keys : ICollection<string>
function get Keys () : ICollection<String>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<String>
Una colección de propiedades de conexión de datos.

Implementaciones

IDictionary<TKey, TValue>.Keys

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionProperties Clase

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