SqlGeography.STIntersects 方法 (SqlGeography)
确定当前 SqlGeography 实例是否与指定的 SqlGeography 实例相交。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STIntersects(
SqlGeography other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlBoolean STIntersects(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersects :
other:SqlGeography -> SqlBoolean
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STIntersects (
other As SqlGeography
) As SqlBoolean
参数
other
Type: Microsoft.SqlServer.Types.SqlGeographySqlGeography 实例进行比较的实例上的 STIntersects 调用。
返回值
Type: System.Data.SqlTypes.SqlBoolean
一个 SqlBoolean 值,该值指示调用 SqlGeography 实例是否与另一个 SqlGeography 实例相交。 如果相交,则返回 true。 否则为 false。
备注
如果 SqlGeography 实例的空间引用 ID (SRID) 不匹配,则此方法始终返回 Null。
另请参阅
SqlGeography 类
Microsoft.SqlServer.Types 命名空间
返回页首