EdmTypeSemantics.AsSpatial(IEdmTypeReference) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.