Freigeben über


EdmCollectionType.ElementType-Eigenschaft

Ruft den Typ der Elemente ab.

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

Syntax

'Declaration
Public ReadOnly Property ElementType As IEdmTypeReference
    Get
'Usage
Dim instance As EdmCollectionType
Dim value As IEdmTypeReference

value = instance.ElementType
public IEdmTypeReference ElementType { get; }
public:
virtual property IEdmTypeReference^ ElementType {
    IEdmTypeReference^ get () sealed;
}
abstract ElementType : IEdmTypeReference
override ElementType : IEdmTypeReference
final function get ElementType () : IEdmTypeReference

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmTypeReference
Der Typ der Elemente.

Implementiert

IEdmCollectionType.ElementType

Siehe auch

Verweis

EdmCollectionType Klasse

Microsoft.Data.Edm.Library-Namespace