다음을 통해 공유


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 네임스페이스