SqlSpatialServices.GetEndPoint 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| GetEndPoint(DbGeography) |
傳回DbGeography 值,此值代表指定 DbGeography 值的終點,如果該值不代表曲線,則可能為 null。 |
| GetEndPoint(DbGeometry) |
傳回DbGeometry 值,此值代表指定 DbGeometry 值的終點,如果該值不代表曲線,則可能為 null。 |
GetEndPoint(DbGeography)
傳回DbGeography 值,此值代表指定 DbGeography 值的終點,如果該值不代表曲線,則可能為 null。
public override System.Data.Entity.Spatial.DbGeography GetEndPoint(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GetEndPoint (geographyValue As DbGeography) As DbGeography
參數
- geographyValue
- DbGeography
地理位置值,其不需要表現曲線。
傳回
geographyValue 的終點,如果它代表曲線則為 ;否則為 null。
適用於
GetEndPoint(DbGeometry)
傳回DbGeometry 值,此值代表指定 DbGeometry 值的終點,如果該值不代表曲線,則可能為 null。
public override System.Data.Entity.Spatial.DbGeometry GetEndPoint(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetEndPoint (geometryValue As DbGeometry) As DbGeometry
參數
- geometryValue
- DbGeometry
幾何值,其不需要表現曲線。
傳回
geometryValue 的終點,如果它代表曲線則為 ;否則為 null。