Método ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Constructs an interior buffer for the given distance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Function InteriorBufferForDistanceQuery ( _
distance As Double _
) As ISqlSpatialGridIndexable
'Uso
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
Parâmetros
- distance
Tipo: System.Double
The distance used to calculate the buffer.
Valor de retorno
Tipo: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The ISqlSpatialGridIndexable object that represents the interior buffer for the given distance.