SqlGeometry.STBoundary メソッド

定義

SqlGeometry インスタンスの境界を返します。

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

返品

呼び出し元のSqlGeometryの境界を表すSqlGeometry オブジェクト。

属性

適用対象