Partager via


EdmTypeSemantics.AsSpatial(IEdmTypeReference) Méthode

Définition

Si cette référence est d’un type spatial, cela retourne une référence de type spatial valide à la définition de type. Sinon, une référence de type spatial erronée est retournée.

public static Microsoft.OData.Edm.IEdmSpatialTypeReference AsSpatial (this Microsoft.OData.Edm.IEdmTypeReference type);
static member AsSpatial : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.IEdmSpatialTypeReference
<Extension()>
Public Function AsSpatial (type As IEdmTypeReference) As IEdmSpatialTypeReference

Paramètres

type
IEdmTypeReference

Référence à l'objet appelant.

Retours

Référence de type spatial valide si la définition de la référence est de type spatial. Sinon, référence de type spatial erronée.

S’applique à