다음을 통해 공유


SfcReferenceCollection<K, T, S>.Values 속성

Gets the collection of values contained in this collection.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Public ReadOnly Property Values As IEnumerable(Of T)
    Get
‘사용 방법
Dim instance As SfcReferenceCollection 
Dim value As IEnumerable(Of T)

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

속성 값

유형: System.Collections.Generic.IEnumerable<T>
The collection of values contained in the collection.

구현

IReadOnlyDictionary<K, T>.Values

참고 항목

참조

SfcReferenceCollection<K, T, S> 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스