Lingua

SpatialGridCoverage.Geodetic(SqlGeography, Int32, Int32) Metodo

Definizione

Restituisce la cella della griglia per l'istanza specificata 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

Parametri

geography
SqlGeography

Istanza SqlGeography.

rows
Int32

Numero di righe nella griglia.

columns
Int32

Numero di colonne nella griglia.

Valori restituiti

Oggetto IEnumerable che rappresenta la cella della griglia dell'istanza SqlGeography .

Attributi

Si applica a