Condividi tramite


Metodo SqlGeography.ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery

Gets the interior buffer for distance query for the SQL Geography.

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Private Function InteriorBufferForDistanceQuery ( _
    distance As Double _
) As ISqlSpatialGridIndexable Implements ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

  • distance
    Tipo: System.Double
    Is a double that specifies the distance from the SqlGeography instance around which to calculate the buffer.

Valore restituito

Tipo: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The interior buffer for distance query.

Implementa

ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(Double)

Vedere anche

Riferimento

SqlGeography Classe

Spazio dei nomi Microsoft.SqlServer.Types