ISqlSpatialGridIndexable 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
Public Interface ISqlSpatialGridIndexable
‘사용 방법
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable = interface end
public interface ISqlSpatialGridIndexable
ISqlSpatialGridIndexable 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
BufferForDistanceQuery | 인프라입니다. Constructs a buffer for the given distance. | |
GetBoundingBoxCorners | 인프라입니다. Returns the bounding box corners of the SqlGeography or SqlGeometry instance. | |
GetGridCoverage | 인프라입니다. Gets the grid coverage. | |
InteriorBufferForDistanceQuery | 인프라입니다. Constructs an interior buffer for the given distance. |
맨 위로 이동