SqlGeometry.STUnion(SqlGeometry) メソッド

定義

SqlGeometry インスタンスと別のSqlGeometry インスタンスの和集合を表すオブジェクトを返します。

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

パラメーター

other
SqlGeometry

現在のSqlGeometryと結合するSqlGeometry インスタンス。

返品

呼び出し元のSqlGeometryと指定したSqlGeometryの和集合を表すSqlGeometry オブジェクト。

属性

適用対象