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.
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.