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