Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.