SpatialGridCoverage.Geodetic(SqlGeography, Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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