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 命名空间