Interface ISqlSpatialGridIndexable
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Interface ISqlSpatialGridIndexable
'Uso
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable = interface end
public interface ISqlSpatialGridIndexable
O tipo ISqlSpatialGridIndexable expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
BufferForDistanceQuery | Infraestrutura. Constructs a buffer for the given distance. | |
GetBoundingBoxCorners | Infraestrutura. Returns the bounding box corners of the SqlGeography or SqlGeometry instance. | |
GetGridCoverage | Infraestrutura. Gets the grid coverage. | |
InteriorBufferForDistanceQuery | Infraestrutura. Constructs an interior buffer for the given distance. |
Início