SfcReferenceCollection<K, T, S>.Keys Property
Gets the collection of keys contained in this collection.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Keys As IEnumerable(Of K)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IEnumerable<K>
The collection of keys contained in this collection.
Implements
IReadOnlyDictionary<K, T>.Keys