次の方法で共有


SqlGeography.STIntersection メソッド

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

パラメーター

戻り値

型: Microsoft.SqlServer.Types.SqlGeography
指定した SqlGeography インスタンスが現在の SqlGeography インスタンスと交差する地点を表す SqlGeography 値です。

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間