Gets the interior buffer for distance query for the SQL Geography.
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)
语法
声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Private Function InteriorBufferForDistanceQuery ( _
distance As Double _
) As ISqlSpatialGridIndexable Implements ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery
用法
Dim instance As SqlGeography
Dim distance As Double
Dim returnValue As ISqlSpatialGridIndexable
returnValue = CType(instance, ISqlSpatialGridIndexable).InteriorBufferForDistanceQuery(distance)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(
double distance
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
private:
virtual ISqlSpatialGridIndexable^ InteriorBufferForDistanceQuery(
double distance
) sealed = ISqlSpatialGridIndexable::InteriorBufferForDistanceQuery
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
private abstract InteriorBufferForDistanceQuery :
distance:float -> ISqlSpatialGridIndexable
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
private override InteriorBufferForDistanceQuery :
distance:float -> ISqlSpatialGridIndexable
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- distance
类型:System.Double
Is a double that specifies the distance from the SqlGeography instance around which to calculate the buffer.
返回值
类型:Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The interior buffer for distance query.
实现
ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(Double)