Compartir a través de


SfcReferenceCollection<K, T, S>.Keys Propiedad

Gets the collection of keys contained in this collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property Keys As IEnumerable(Of K)
    Get
'Uso
Dim instance As SfcReferenceCollection 
Dim value As IEnumerable(Of K)

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

Valor de la propiedad

Tipo: System.Collections.Generic.IEnumerable<K>
The collection of keys contained in this collection.

Implementa

IReadOnlyDictionary<K, T>.Keys

Vea también

Referencia

SfcReferenceCollection<K, T, S> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc