SpatialGridCoverage.Geodetic(SqlGeography, Int32, Int32) メソッド

定義

指定した 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

パラメーター

geography
SqlGeography

SqlGeography のインスタンスです。

rows
Int32

グリッド内の行数。

columns
Int32

グリッド内の列の数。

返品

SqlGeography インスタンスのグリッド セルを表すIEnumerable オブジェクト。

属性

適用対象