共用方式為


DbSpatialServices.GetSpatialTypeName 方法

定義

傳回值,這個值表示指定的值的空間型別名稱。

多載

GetSpatialTypeName(DbGeography)

傳回可指出 DbGeography 指定值之空間型別名稱的值。

GetSpatialTypeName(DbGeometry)

傳回可指出 DbGeometry 指定值之空間型別名稱的值。

GetSpatialTypeName(DbGeography)

傳回可指出 DbGeography 指定值之空間型別名稱的值。

public:
 abstract System::String ^ GetSpatialTypeName(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract string GetSpatialTypeName (System.Data.Spatial.DbGeography geographyValue);
abstract member GetSpatialTypeName : System.Data.Spatial.DbGeography -> string
Public MustOverride Function GetSpatialTypeName (geographyValue As DbGeography) As String

參數

geographyValue
DbGeography

地理值。

傳回

DbGeography 指定值之空間型別名稱。

適用於

GetSpatialTypeName(DbGeometry)

傳回可指出 DbGeometry 指定值之空間型別名稱的值。

public:
 abstract System::String ^ GetSpatialTypeName(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract string GetSpatialTypeName (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetSpatialTypeName : System.Data.Spatial.DbGeometry -> string
Public MustOverride Function GetSpatialTypeName (geometryValue As DbGeometry) As String

參數

geometryValue
DbGeometry

幾何值。

傳回

DbGeometry 指定值之空間型別名稱。

適用於