SqlGeometry.STPointOnSurface メソッド

定義

SqlGeometry インスタンスの内部にある任意のポイントを返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STPointOnSurface();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STPointOnSurface : unit -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STPointOnSurface () As SqlGeometry

返品

呼び出し元SqlGeometry内のポイントを表すSqlGeometry オブジェクト。

属性

適用対象