Proprietà EdmIsTypeExpression.Type
Ottiene o imposta il tipo in base al quale eseguire il test.
Spazio dei nomi Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Property Type As IEdmTypeReference
Get
Set
'Utilizzo
Dim instance As EdmIsTypeExpression
Dim value As IEdmTypeReference
value = instance.Type
instance.Type = value
public IEdmTypeReference Type { get; set; }
public:
virtual property IEdmTypeReference^ Type {
IEdmTypeReference^ get () sealed;
void set (IEdmTypeReference^ value) sealed;
}
abstract Type : IEdmTypeReference with get, set
override Type : IEdmTypeReference with get, set
final function get Type () : IEdmTypeReference
final function set Type (value : IEdmTypeReference)
Valore proprietà
Tipo: Microsoft.Data.Edm.IEdmTypeReference