SqlGeometry.ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery 메서드
Gets the interior buffer for distance query for the SQL Geometry.
네임스페이스: 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 SqlGeometry
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
Is a double that specifies the distance from the SqlGeometry instance around which to calculate the buffer.
반환 값
유형: Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
The interior buffer for distance query.
구현
ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(Double)