SpatialGridCoverage.Geodetic(SqlGeography, Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した 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 オブジェクト。
- 属性