SqlGeography.STSymDifference(SqlGeography) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
1 つの SqlGeography インスタンスまたは別の SqlGeography インスタンス内にあるが、両方のインスタンスにあるポイントを表すオブジェクトを返します。
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography STSymDifference(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STSymDifference : Microsoft.SqlServer.Types.SqlGeography -> Microsoft.SqlServer.Types.SqlGeography
Public Function STSymDifference (other As SqlGeography) As SqlGeography
パラメーター
- other
- SqlGeography
現在のSqlGeographyと比較するSqlGeography インスタンス。
返品
呼び出し元のSqlGeographyおよび指定したSqlGeographyに固有のすべてのポイントを含むSqlGeography インスタンス。
- 属性