SpatialGridCoverage.Geodetic(SqlGeography, Int32, Int32) Método

Definição

Retorna a célula de grade para a instância fornecida SqlGeography .

[Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")]
public static System.Collections.IEnumerable Geodetic(Microsoft.SqlServer.Types.SqlGeography geography, int rows, int columns);
[<Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")>]
static member Geodetic : Microsoft.SqlServer.Types.SqlGeography * int * int -> System.Collections.IEnumerable
Public Shared Function Geodetic (geography As SqlGeography, rows As Integer, columns As Integer) As IEnumerable

Parâmetros

geography
SqlGeography

A instância SqlGeography.

rows
Int32

O número de linhas na grade.

columns
Int32

O número de colunas na grade.

Retornos

O IEnumerable objeto que representa a célula de grade da SqlGeography instância.

Atributos

Aplica-se a