DbSpatialServices.CreateGeography(DbSpatialServices, Object) 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.
Cette méthode est prévue pour être utilisée par les implémentations dérivées de GeographyFromProviderValue(Object) après qu'une validation appropriée de la valeur de fournisseur spécifiée, dans le but de s'assurer qu'elle convient à l'utilisation de l'implémentation dérivée.
protected static System.Data.Entity.Spatial.DbGeography CreateGeography (System.Data.Entity.Spatial.DbSpatialServices spatialServices, object providerValue);
static member CreateGeography : System.Data.Entity.Spatial.DbSpatialServices * obj -> System.Data.Entity.Spatial.DbGeography
Protected Shared Function CreateGeography (spatialServices As DbSpatialServices, providerValue As Object) As DbGeography
Paramètres
- spatialServices
- DbSpatialServices
Instance de services spatiaux dont la valeur DbGeography retournée dépend pour son implémentation de fonctionnalité spatiale.
- providerValue
- Object
Valeur du fournisseur.
Retours
Une nouvelle DbGeography instance qui contient la valeur providerValue spécifiée et utilise les spatialServices spécifiés comme implémentation spatiale.