GeographyTessellationFunction.InitMethod メソッド

定義

GeographyTessellationFunctionの列挙可能な初期化メソッドを返します。

[Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")]
public static System.Collections.IEnumerable InitMethod(Microsoft.SqlServer.Types.SqlGeography geographyObject, int densityGrid0, int densityGrid1, int densityGrid2, int densityGrid3, int cardinality, int tessellationMode, System.Data.SqlTypes.SqlDouble distanceBuffer);
[<Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")>]
static member InitMethod : Microsoft.SqlServer.Types.SqlGeography * int * int * int * int * int * int * System.Data.SqlTypes.SqlDouble -> System.Collections.IEnumerable
Public Shared Function InitMethod (geographyObject As SqlGeography, densityGrid0 As Integer, densityGrid1 As Integer, densityGrid2 As Integer, densityGrid3 As Integer, cardinality As Integer, tessellationMode As Integer, distanceBuffer As SqlDouble) As IEnumerable

パラメーター

geographyObject
SqlGeography

geography オブジェクト。

densityGrid0
Int32

密度グリッド。

densityGrid1
Int32

密度グリッド。

densityGrid2
Int32

密度グリッド。

densityGrid3
Int32

密度グリッド。

cardinality
Int32

カーディナリティ

tessellationMode
Int32

テッセレーション モード。

distanceBuffer
SqlDouble

距離バッファー。

返品

initialize メソッド。

属性

適用対象