SqlGeometry.STEndPoint メソッド

定義

SqlGeometry インスタンスの終点を返します。

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

返品

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

属性

適用対象