다음을 통해 공유


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

참고 항목

참조

SfcReferenceCollection<K, T, S> 클래스

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