共用方式為


SqlSpatialServices.GetLatitude 方法

[此頁面專屬於 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 GetLatitude ( _
    geographyValue As DbGeography _
) As Nullable(Of Double)
'用途
Dim instance As SqlSpatialServices 
Dim geographyValue As DbGeography 
Dim returnValue As Nullable(Of Double)

returnValue = instance.GetLatitude(geographyValue)
public override Nullable<double> GetLatitude(
    DbGeography geographyValue
)
public:
virtual Nullable<double> GetLatitude(
    DbGeography^ geographyValue
) override
abstract GetLatitude : 
        geographyValue:DbGeography -> Nullable<float> 
override GetLatitude : 
        geographyValue:DbGeography -> Nullable<float> 
public override function GetLatitude(
    geographyValue : DbGeography
) : Nullable<double>

參數

傳回值

類型:System.Nullable<Double>
指定 DbGeography 值的緯度座標。

請參閱

參考

SqlSpatialServices 類別

System.Data.Entity.SqlServer 命名空間