共用方式為


SqlGeography.STIntersection 方法

Returns an object representing the points where a SqlGeography instance intersects another SqlGeography instance.

命名空間:  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
A SqlGeography value containing the points where the specified SqlGeography instance intersects the current SqlGeography instance.

請參閱

參考

SqlGeography 類別

Microsoft.SqlServer.Types 命名空間