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