Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft den Basistyp dieses Enumerationstyps ab.
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
Eigenschaftswert
Typ: Microsoft.Data.Edm.IEdmPrimitiveType
Der Basistyp dieses Enumerationstyps.