此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Constructs an interior buffer for the given distance.
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)
语法
声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Function InteriorBufferForDistanceQuery ( _
distance As Double _
) As ISqlSpatialGridIndexable
用法
Dim instance As ISqlSpatialGridIndexable
Dim distance As Double
Dim returnValue As ISqlSpatialGridIndexable
returnValue = instance.InteriorBufferForDistanceQuery(distance)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable InteriorBufferForDistanceQuery(
double distance
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable^ InteriorBufferForDistanceQuery(
double distance
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
abstract InteriorBufferForDistanceQuery :
distance:float -> ISqlSpatialGridIndexable
function InteriorBufferForDistanceQuery(
distance : double
) : ISqlSpatialGridIndexable
参数
- distance
类型:System.Double
The distance used to calculate the buffer.
返回值
类型:Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The ISqlSpatialGridIndexable object that represents the interior buffer for the given distance.