SqlGeography.ISqlSpatialGridIndexable.BufferForDistanceQuery 메서드

Returns the buffer for distance query for the SQL Geography.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Private Function BufferForDistanceQuery ( _
    distance As Double, _
    <OutAttribute> ByRef disableIntermediateFiltering As Boolean _
) As ISqlSpatialGridIndexable Implements ISqlSpatialGridIndexable.BufferForDistanceQuery
‘사용 방법
Dim instance As SqlGeography 
Dim distance As Double 
Dim disableIntermediateFiltering As Boolean 
Dim returnValue As ISqlSpatialGridIndexable 

returnValue = CType(instance, ISqlSpatialGridIndexable).BufferForDistanceQuery(distance, _
    disableIntermediateFiltering)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
ISqlSpatialGridIndexable ISqlSpatialGridIndexable.BufferForDistanceQuery(
    double distance,
    out bool disableIntermediateFiltering
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
private:
virtual ISqlSpatialGridIndexable^ BufferForDistanceQuery(
    double distance, 
    [OutAttribute] bool% disableIntermediateFiltering
) sealed = ISqlSpatialGridIndexable::BufferForDistanceQuery
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
private abstract BufferForDistanceQuery : 
        distance:float * 
        disableIntermediateFiltering:bool byref -> ISqlSpatialGridIndexable 
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
private override BufferForDistanceQuery : 
        distance:float * 
        disableIntermediateFiltering:bool byref -> ISqlSpatialGridIndexable
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • distance
    유형: System.Double
    Is a double that specifies the distance from the SqlGeography instance around which to calculate the buffer.
  • disableIntermediateFiltering
    유형: System.Boolean%
    True if the SQL Geography disables intermediate filtering; otherwise, false.

반환 값

유형: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The buffer for distance query.

구현

ISqlSpatialGridIndexable.BufferForDistanceQuery(Double, Boolean%)

참고 항목

참조

SqlGeography 클래스

Microsoft.SqlServer.Types 네임스페이스