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

定義

X と Y の値と SRID から Point インスタンスを表す SqlGeometry インスタンスを構築します。

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

パラメーター

x
Double

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

y
Double

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

srid
Int32

返す SqlGeometry インスタンスの空間参照 ID (SRID) を表す int 式。

返品

ユークリッド座標系上の点を表す SqlGeometry インスタンス。

属性

適用対象