Condividi tramite


Proprietà IEdmValue.Type

Ottiene il tipo del valore.

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

Sintassi

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

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

Valore proprietà

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

Vedere anche

Riferimento

IEdmValue Interfaccia

Spazio dei nomi Microsoft.Data.Edm.Values