Condividi tramite


Proprietà IEdmCollectionType.ElementType

Ottiene il tipo di elemento della raccolta.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo di elemento della raccolta.

Vedere anche

Riferimento

IEdmCollectionType Interfaccia

Spazio dei nomi Microsoft.Data.Edm