SqlGeography インスタンスが別の SqlGeography インスタンスと交差する地点を表すオブジェクトを返します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STIntersection ( _
other As SqlGeography _
) As SqlGeography
'使用
Dim instance As SqlGeography
Dim other As SqlGeography
Dim returnValue As SqlGeography
returnValue = instance.STIntersection(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STIntersection(
SqlGeography other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ STIntersection(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection :
other:SqlGeography -> SqlGeography
public function STIntersection(
other : SqlGeography
) : SqlGeography
パラメーター
- other
型: Microsoft.SqlServer.Types.SqlGeography
STIntersection を呼び出したインスタンスと比較される、SqlGeography インスタンスです。
戻り値
型: Microsoft.SqlServer.Types.SqlGeography
指定した SqlGeography インスタンスが現在の SqlGeography インスタンスと交差する地点を表す SqlGeography 値です。