Proprietà IEdmIsTypeExpression.Type
Ottiene il tipo in base al quale eseguire il test.
Spazio dei nomi Microsoft.Data.Edm.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
ReadOnly Property Type As IEdmTypeReference
Get
'Utilizzo
Dim instance As IEdmIsTypeExpression
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 in base al quale eseguire il test.