SpatialGridCoverage.Geodetic(SqlGeography, Int32, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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