SqlGeography.Point(Double, Double, Int32) メソッド

定義

x 値と y 値と空間参照 ID (SRID) から Point インスタンスを表す SqlGeography インスタンスを構築します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public static Microsoft.SqlServer.Types.SqlGeography Point(double latitude, double longitude, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
static member Point : double * double * int -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function Point (latitude As Double, longitude As Double, srid As Integer) As SqlGeography

パラメーター

latitude
Double

生成されるポイントの x 座標を表す double。

longitude
Double

生成されるポイントの y 座標を表す double。

srid
Int32

返す geography インスタンスの SRID を表す int 式。

返品

指定した緯度、経度、SRID 値から構築された SqlGeography インスタンス。

属性

適用対象