Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene o establece el tipo con el que se va a probar.
Espacio de nombres: Microsoft.Data.Edm.Library.Expressions
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
Public Property Type As IEdmTypeReference
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.Data.Edm.IEdmTypeReference