SqlSpatialServices.GetLongitude(DbGeography) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された DbGeography 値がポイントを表す場合、その値の経度の座標を返します。
public override Nullable<double> GetLongitude(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetLongitude : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Overrides Function GetLongitude (geographyValue As DbGeography) As Nullable(Of Double)
パラメーター
- geographyValue
- DbGeography
ポイントを表す必要のない geography 値。
戻り値
指定された DbGeography 値の経度座標。