共用方式為


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