SqlGeometry.STSymDifference(SqlGeometry) メソッド

定義

1 つの SqlGeometry インスタンスまたは別の SqlGeometry インスタンス内にあるすべてのポイントを表すオブジェクトを返しますが、両方のインスタンスにあるポイントは表しません。

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

パラメーター

other
SqlGeometry

現在のSqlGeometryと比較するSqlGeometry インスタンス。

返品

呼び出し元のSqlGeometry内のすべてのポイントと、両方のインスタンスに存在しない指定されたSqlGeometry インスタンスを表すSqlGeometry オブジェクト。

属性

適用対象