SpatialGridCoverage.Geodetic 方法 (SqlGeography, Int32, Int32)

 

此 API 支持 产品 基础结构,不应从代码直接使用。

表示给定 SqlGeography 实例的网格单元。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[SqlFunctionAttribute(FillRowMethodName = "FillRow")]
public static IEnumerable Geodetic(
    SqlGeography geography,
    int rows,
    int columns
)
public:
[SqlFunctionAttribute(FillRowMethodName = "FillRow")]
static IEnumerable^ Geodetic(
    SqlGeography^ geography,
    int rows,
    int columns
)
[<SqlFunctionAttribute(FillRowMethodName = "FillRow")>]
static member Geodetic : 
        geography:SqlGeography *
        rows:int *
        columns:int -> IEnumerable
<SqlFunctionAttribute(FillRowMethodName := "FillRow")>
Public Shared Function Geodetic (
    geography As SqlGeography,
    rows As Integer,
    columns As Integer
) As IEnumerable

参数

返回值

Type: System.Collections.IEnumerable

IEnumerable 对象,表示的网格单元格 SqlGeography 实例。

另请参阅

SpatialGridCoverage 类
Microsoft.SqlServer.Types 命名空间

返回页首