SqlSpatialServices.GetSpatialTypeName 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| GetSpatialTypeName(DbGeography) |
傳回可指出 DbGeography 指定值之空間型別名稱的值。 |
| GetSpatialTypeName(DbGeometry) |
傳回可指出 DbGeometry 指定值之空間型別名稱的值。 |
GetSpatialTypeName(DbGeography)
傳回可指出 DbGeography 指定值之空間型別名稱的值。
public override string GetSpatialTypeName(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetSpatialTypeName : System.Data.Entity.Spatial.DbGeography -> string
Public Overrides Function GetSpatialTypeName (geographyValue As DbGeography) As String
參數
- geographyValue
- DbGeography
地理值。
傳回
DbGeography 指定值之空間型別名稱。
適用於
GetSpatialTypeName(DbGeometry)
傳回可指出 DbGeometry 指定值之空間型別名稱的值。
public override string GetSpatialTypeName(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetSpatialTypeName : System.Data.Entity.Spatial.DbGeometry -> string
Public Overrides Function GetSpatialTypeName (geometryValue As DbGeometry) As String
參數
- geometryValue
- DbGeometry
幾何值。
傳回
DbGeometry 指定值之空間型別名稱。