SqlGeography.ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery 方法
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)