SqlGeography.STDifference(SqlGeography) メソッド

定義

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

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

パラメーター

other
SqlGeography

このメソッドが呼び出されているインスタンスから削除するポイントを示す別の SqlGeography インスタンス。

返品

呼び出し元のインスタンスに固有のすべてのポイントを表す SqlGeography 値。

属性

適用対象