Condividi tramite


Proprietà EdmValue.Type

Ottiene il tipo del valore.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Type As IEdmTypeReference
    Get
'Utilizzo
Dim instance As EdmValue
Dim value As IEdmTypeReference

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

Valore proprietà

Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo del valore specifico.

Implementa

IEdmValue.Type

Vedere anche

Riferimento

EdmValue Classe

Spazio dei nomi Microsoft.Data.Edm.Library.Values