Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the enumeration object containing the keys of the dictionary.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property Keys As IEnumerable(Of K)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IEnumerable<K>
The enumeration object containing the keys of the dictionary.