次の方法で共有


SqlGeography.ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery メソッド

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
    バッファー計算の対象となる SqlGeography インスタンスからの距離を指定する double です。

戻り値

型: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
距離のクエリの内部バッファーです。

実装

ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(Double)

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間