共用方式為


SqlSpatialServices.GetSpatialTypeName 方法 (DbGeography)

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

傳回值,此值表示指定的 DbGeography 值的空間類型名稱。

命名空間:  System.Data.Entity.SqlServer
組件:  EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)

語法

'宣告
Public Overrides Function GetSpatialTypeName ( _
    geographyValue As DbGeography _
) As String
'用途
Dim instance As SqlSpatialServices 
Dim geographyValue As DbGeography 
Dim returnValue As String 

returnValue = instance.GetSpatialTypeName(geographyValue)
public override string GetSpatialTypeName(
    DbGeography geographyValue
)
public:
virtual String^ GetSpatialTypeName(
    DbGeography^ geographyValue
) override
abstract GetSpatialTypeName : 
        geographyValue:DbGeography -> string  
override GetSpatialTypeName : 
        geographyValue:DbGeography -> string
public override function GetSpatialTypeName(
    geographyValue : DbGeography
) : String

參數

傳回值

類型:System.String
指定的 DbGeography 值的空間類型名稱。

請參閱

參考

SqlSpatialServices 類別

GetSpatialTypeName 多載

System.Data.Entity.SqlServer 命名空間