Freigeben über


EdmStructuredType.IsAbstract-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Typ abstrakt ist.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property IsAbstract As Boolean
    Get
'Usage
Dim instance As EdmStructuredType
Dim value As Boolean

value = instance.IsAbstract
public bool IsAbstract { get; }
public:
virtual property bool IsAbstract {
    bool get () sealed;
}
abstract IsAbstract : bool
override IsAbstract : bool
final function get IsAbstract () : boolean

Eigenschaftswert

Typ: System.Boolean
true , wenn es sich um einen abstrakten Typ handelt, andernfalls false.

Implementiert

IEdmStructuredType.IsAbstract

Siehe auch

Verweis

EdmStructuredType Klasse

Microsoft.Data.Edm.Library-Namespace