Partilhar via


Propriedade do RDL IReadOnlyDictionary<K, T>.Keys

Gets the enumeration object containing the keys of the dictionary.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
ReadOnly Property Keys As IEnumerable(Of K)
    Get
'Uso
Dim instance As IReadOnlyDictionary 
Dim value As IEnumerable(Of K)

value = instance.Keys
IEnumerable<K> Keys { get; }
property IEnumerable<K>^ Keys {
    IEnumerable<K>^ get ();
}
abstract Keys : IEnumerable<'K>
function get Keys () : IEnumerable<K>

Valor da propriedade

Tipo: System.Collections.Generic.IEnumerable<K>
The enumeration object containing the keys of the dictionary.

Consulte também

Referência

IReadOnlyDictionary<K, T> Interface

Namespace Microsoft.SqlServer.Management.Sdk.Sfc