Sprache

SpatialGridCoverage.Geodetic(SqlGeography, Int32, Int32) Methode

Definition

Gibt die Rasterzelle für die angegebene SqlGeography Instanz zurück.

[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

Parameter

geography
SqlGeography

Die SqlGeography-Instanz.

rows
Int32

Die Anzahl der Zeilen im Raster.

columns
Int32

Die Anzahl der Spalten im Raster.

Gibt zurück

Das IEnumerable Objekt, das die Rasterzelle der SqlGeography Instanz darstellt.

Attribute

Gilt für: