SqlGeography.STIntersection 方法 (SqlGeography)

 

返回一个对象,该对象表示一个 SqlGeography 实例与另一个 SqlGeography 实例的交点。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STIntersection(
    SqlGeography other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ STIntersection(
    SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection : 
        other:SqlGeography -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STIntersection (
    other As SqlGeography
) As SqlGeography

参数

返回值

Type: Microsoft.SqlServer.Types.SqlGeography

一个 SqlGeography 值,该值包含指定的 SqlGeography 实例与当前 SqlGeography 相交的点。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首