SqlGeometry.STDifference(SqlGeometry) メソッド

定義

別のSqlGeometry インスタンス内にない 1 つのSqlGeometry インスタンスのポイントを表すオブジェクトを返します。

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

パラメーター

other
SqlGeometry

STDifference(SqlGeometry)が呼び出されているインスタンスから削除するポイントを示す SqlGeometry インスタンス。

返品

呼び出し元のSqlGeometry内の一意のポイントを表すSqlGeometry オブジェクト。

属性

適用対象