Freigeben über


IEdmCollectionType.ElementType-Eigenschaft

Ruft den Elementtyp dieser Auflistung ab.

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

Syntax

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

value = instance.ElementType
IEdmTypeReference ElementType { get; }
property IEdmTypeReference^ ElementType {
    IEdmTypeReference^ get ();
}
abstract ElementType : IEdmTypeReference
function get ElementType () : IEdmTypeReference

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmTypeReference
Der Elementtyp dieser Auflistung.

Siehe auch

Verweis

IEdmCollectionType Schnittstelle

Microsoft.Data.Edm-Namespace