Compartir a través de


IEdmEnumType.UnderlyingType Propiedad

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

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

Sintaxis

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

value = instance.UnderlyingType
IEdmPrimitiveType UnderlyingType { get; }
property IEdmPrimitiveType^ UnderlyingType {
    IEdmPrimitiveType^ get ();
}
abstract UnderlyingType : IEdmPrimitiveType
function get UnderlyingType () : IEdmPrimitiveType

Valor de la propiedad

Tipo: Microsoft.Data.Edm.IEdmPrimitiveType
El tipo subyacente de este tipo de enumeración.

Vea también

Referencia

IEdmEnumType Interfaz

Espacio de nombres Microsoft.Data.Edm