SqlGeography.STDisjoint 方法 (SqlGeography)

 

确定调用 SqlGeography 实例与指定的 SqlGeography 实例之间在空间上是否处于不联接状态。

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

语法

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

参数

返回值

Type: System.Data.SqlTypes.SqlBoolean

一个 SqlBoolean 值,该值指示 SqlGeography 实例是否与指定的 SqlGeography 在空间上处于不联接状态。 如果实例在空间上处于不联接状态,则此方法返回 true。 否则为 false

备注

如果两个 geography 实例的点集交集是空的,则这两个实例不相联。

如果 SqlGeography 实例的空间引用 ID (SRID) 不匹配,则此方法始终返回 Null。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间

返回页首