此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Returns the grid cell for the given SqlGeography instance.
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)
语法
声明
<SqlFunctionAttribute(FillRowMethodName := "FillRow")> _
Public Shared Function Geodetic ( _
geography As SqlGeography, _
rows As Integer, _
columns As Integer _
) As IEnumerable
用法
Dim geography As SqlGeography
Dim rows As Integer
Dim columns As Integer
Dim returnValue As IEnumerable
returnValue = SpatialGridCoverage.Geodetic(geography, _
rows, columns)
[SqlFunctionAttribute(FillRowMethodName = "FillRow")]
public static IEnumerable Geodetic(
SqlGeography geography,
int rows,
int columns
)
[SqlFunctionAttribute(FillRowMethodName = L"FillRow")]
public:
static IEnumerable^ Geodetic(
SqlGeography^ geography,
int rows,
int columns
)
[<SqlFunctionAttribute(FillRowMethodName = "FillRow")>]
static member Geodetic :
geography:SqlGeography *
rows:int *
columns:int -> IEnumerable
public static function Geodetic(
geography : SqlGeography,
rows : int,
columns : int
) : IEnumerable
参数
- geography
类型:Microsoft.SqlServer.Types.SqlGeography
The SqlGeography instance.
- rows
类型:System.Int32
The number of rows in the grid.
- columns
类型:System.Int32
The number of columns in the grid.
返回值
类型:System.Collections.IEnumerable
The IEnumerable object that represents the grid cell of the SqlGeography instance.