Compartir a través de


EdmProperty.Type Propiedad

Obtiene o establece el tipo de esta propiedad.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public ReadOnly Property Type As IEdmTypeReference
    Get
'Uso
Dim instance As EdmProperty
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

Valor de la propiedad

Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo de esta propiedad.

Implementa

IEdmProperty.Type

Vea también

Referencia

EdmProperty Clase

Espacio de nombres Microsoft.Data.Edm.Library