Propriété IEdmEnumType.UnderlyingType
Obtient le type sous-jacent de ce type énumération.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property UnderlyingType As IEdmPrimitiveType
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.Data.Edm.IEdmPrimitiveType
Type sous-jacent de ce type énumération.