SpatialTessellationFunction.Geodetic 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 cardinality, int maxDepth, int options, System.Data.SqlTypes.SqlDouble distanceBuffer);
[<Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")>]
static member Geodetic : Microsoft.SqlServer.Types.SqlGeography * int * int * int * System.Data.SqlTypes.SqlDouble -> System.Collections.IEnumerable
Public Shared Function Geodetic (geography As SqlGeography, cardinality As Integer, maxDepth As Integer, options As Integer, distanceBuffer As SqlDouble) As IEnumerable
Parametri
- geography
- SqlGeography
Oggetto geography.
- cardinality
- Int32
Numero che rappresenta le celle massime nell'output a mosaico.
- maxDepth
- Int32
Profondità massima.
- options
- Int32
Valore che contiene opzioni bit per bit per la modalità intervallo, la generazione di copertura e l'utilizzo fuzz.
- distanceBuffer
- SqlDouble
Buffer della distanza.
Valori restituiti
Oggetto IEnumerable che rappresenta la cella della griglia per l'istanza specificata SqlGeography .
- Attributi