共用方式為


DbSpatialServices.CreateGeography(DbSpatialServices, Object) 方法

定義

這個方法的目的是在適當驗證指定的提供者值之後,供 GeographyFromProviderValue(Object) 的衍生實作使用,以確保它適合與衍生實作搭配使用。

protected:
 static System::Data::Spatial::DbGeography ^ CreateGeography(System::Data::Spatial::DbSpatialServices ^ spatialServices, System::Object ^ providerValue);
protected static System.Data.Spatial.DbGeography CreateGeography (System.Data.Spatial.DbSpatialServices spatialServices, object providerValue);
static member CreateGeography : System.Data.Spatial.DbSpatialServices * obj -> System.Data.Spatial.DbGeography
Protected Shared Function CreateGeography (spatialServices As DbSpatialServices, providerValue As Object) As DbGeography

參數

spatialServices
DbSpatialServices

傳回 DbGeography值的空間服務執行個體,將視它的空間功能的實作而定。

providerValue
Object

提供者值。

傳回

新的 DbGeography 執行個體,其中包含指定的 providerValue,並且使用指定的 spatialServices 做為其空間實作。

例外狀況

spatialServices providerValue

適用於