Свойство 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