SqlGeography.STUnion(SqlGeography) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクト。
- 属性