Share via


IReadOnlyDictionary<K, T>.Values プロパティ

ディクショナリの値を含む列挙オブジェクトを取得します。

名前空間:  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>
ディクショナリの値を含む列挙オブジェクト。

関連項目

参照

IReadOnlyDictionary<K, T> インターフェイス

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