다음을 통해 공유


IReadOnlyDictionary<K, T>.Keys 속성

Gets the enumeration object containing the keys of the dictionary.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
ReadOnly Property Keys As IEnumerable(Of K)
    Get
‘사용 방법
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>

속성 값

유형: System.Collections.Generic.IEnumerable<K>
The enumeration object containing the keys of the dictionary.

참고 항목

참조

IReadOnlyDictionary<K, T> 인터페이스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스