SqlGeometry.STWithin 方法 (SqlGeometry)
确定当前 SqlGeometry 是否完全位于指定的 SqlGeometry 实例中。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STWithin(
SqlGeometry other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlBoolean STWithin(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STWithin :
other:SqlGeometry -> SqlBoolean
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STWithin (
other As SqlGeometry
) As SqlBoolean
参数
other
Type: Microsoft.SqlServer.Types.SqlGeometrySqlGeometry 实例要与当前 SqlGeometry。
返回值
Type: System.Data.SqlTypes.SqlBoolean
如果 SqlGeometry 实例完全包含在另一个 SqlGeometry 实例中,则返回 true;否则,返回 false。
备注
如果 null 实例的空间引用 ID (SRID) 不匹配,则此方法始终返回 SqlGeometry。
另请参阅
SqlGeometry 类
Microsoft.SqlServer.Types 命名空间
返回页首