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