Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the underlying type of this enumeration type.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property UnderlyingType As IEdmPrimitiveType
Get
'Usage
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
Property Value
Type: Microsoft.Data.Edm.IEdmPrimitiveType
The underlying type of this enumeration type.