Compartir a través de


EdmEnumType.UnderlyingType Propiedad

Obtiene el tipo subyacente de este tipo de enumeración.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public ReadOnly Property UnderlyingType As IEdmPrimitiveType
    Get
'Uso
Dim instance As EdmEnumType
Dim value As IEdmPrimitiveType

value = instance.UnderlyingType
public IEdmPrimitiveType UnderlyingType { get; }
public:
virtual property IEdmPrimitiveType^ UnderlyingType {
    IEdmPrimitiveType^ get () sealed;
}
abstract UnderlyingType : IEdmPrimitiveType
override UnderlyingType : IEdmPrimitiveType
final function get UnderlyingType () : IEdmPrimitiveType

Valor de la propiedad

Tipo: Microsoft.Data.Edm.IEdmPrimitiveType

Implementa

IEdmEnumType.UnderlyingType

Vea también

Referencia

EdmEnumType Clase

Espacio de nombres Microsoft.Data.Edm.Library