Propriedade do RDL IReadOnlyDictionary<K, T>.Values
Gets the enumeration object containing the values of the dictionary.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
ReadOnly Property Values As IEnumerable(Of T)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IEnumerable<T>
The enumeration object containing the values of the dictionary.