Propriété SfcReferenceCollection<K, T, S>.Keys
Gets the collection of keys contained in this collection.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Keys As IEnumerable(Of K)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<K>
The collection of keys contained in this collection.
Implémente
IReadOnlyDictionary<K, T>.Keys