Свойство SfcReferenceCollection<K, T, S>.Keys
Gets the collection of keys contained in this collection.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property Keys As IEnumerable(Of K)
Get
'Применение
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>
Значение свойства
Тип: System.Collections.Generic.IEnumerable<K>
The collection of keys contained in this collection.
Реализует
IReadOnlyDictionary<K, T>.Keys