Partager via


Méthode ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Constructs an interior buffer for the given distance.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Function InteriorBufferForDistanceQuery ( _
    distance As Double _
) As ISqlSpatialGridIndexable
'Utilisation
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

Paramètres

  • distance
    Type : System.Double
    The distance used to calculate the buffer.

Valeur de retour

Type : Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The ISqlSpatialGridIndexable object that represents the interior buffer for the given distance.

Voir aussi

Référence

ISqlSpatialGridIndexable Interface

Espace de noms Microsoft.SqlServer.Types