Condividi tramite


Proprietà EdmCollectionType.ElementType

Ottiene il tipo degli elementi.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ElementType As IEdmTypeReference
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo degli elementi.

Implementa

IEdmCollectionType.ElementType

Vedere anche

Riferimento

EdmCollectionType Classe

Spazio dei nomi Microsoft.Data.Edm.Library