SqlGeography.STUnion(SqlGeography) メソッド

定義

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

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

パラメーター

other
SqlGeography

STUnion(SqlGeography)が呼び出されているインスタンスとの和集合を形成する SqlGeography インスタンス。

返品

SqlGeography オブジェクトの和集合を表す SqlGeography オブジェクト。

属性

適用対象