SqlGeography.STSymDifference(SqlGeography) メソッド

定義

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 インスタンス。

属性

適用対象