Partilhar via


Propriedade DataConnectionProperties.Keys

Obtém uma coleção de nomes de teclas atual da propriedade.

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

Sintaxe

'Declaração
<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 propriedade

Tipo: System.Collections.Generic.ICollection<String>
Uma coleção de nomes de teclas atual da propriedade.

Implementações

IDictionary<TKey, TValue>.Keys

Segurança do .NET Framework

Consulte também

Referência

DataConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework