Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the enumeration object containing the values of the dictionary.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Collections.Generic.IEnumerable<T>
The enumeration object containing the values of the dictionary.