Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the underlying type of this enumeration type.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property UnderlyingType As IEdmPrimitiveType
Get
'Usage
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
Property Value
Type: Microsoft.Data.Edm.IEdmPrimitiveType
The underlying type of this enumeration type.