Langue

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

Définition

Retourne la cellule de grille de l’instance donnée 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

Paramètres

geography
SqlGeography

Instance SqlGeography.

rows
Int32

Nombre de lignes dans la grille.

columns
Int32

Nombre de colonnes dans la grille.

Retours

Objet IEnumerable qui représente la cellule de grille de l’instance SqlGeography .

Attributs

S’applique à