DataConnectionProperties.Keys (Propiedad)

Obtiene una colección de los nombres de propiedad key actuales.

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

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Keys As ICollection(Of String)
[BrowsableAttribute(false)]
public ICollection<string> Keys { get; }
[BrowsableAttribute(false)]
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Keys : ICollection<string>
[<BrowsableAttribute(false)>]
override Keys : ICollection<string>
final function get Keys () : ICollection<String>

Valor de propiedad

Tipo: System.Collections.Generic.ICollection<String>
Una colección de los nombres de propiedad key actuales.

Implementaciones

IDictionary<TKey, TValue>.Keys

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionProperties Clase

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