共用方式為


IReadOnlyDictionary<K, T>.Values 屬性

Gets the enumeration object containing the values of the dictionary.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
ReadOnly Property Values As IEnumerable(Of T)
    Get
'用途
Dim instance As IReadOnlyDictionary 
Dim value As IEnumerable(Of T)

value = instance.Values
IEnumerable<T> Values { get; }
property IEnumerable<T>^ Values {
    IEnumerable<T>^ get ();
}
abstract Values : IEnumerable<'T>
function get Values () : IEnumerable<T>

屬性值

型別:System.Collections.Generic.IEnumerable<T>
The enumeration object containing the values of the dictionary.

請參閱

參考

IReadOnlyDictionary<K, T> 介面

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間