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