GeographyTessellationFunction.InitMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumerable initialize method for the 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
Parameters
- geographyObject
- SqlGeography
The geography object.
- densityGrid0
- Int32
The density grid.
- densityGrid1
- Int32
The density grid.
- densityGrid2
- Int32
The density grid.
- densityGrid3
- Int32
The density grid.
- cardinality
- Int32
The cardinality
- tessellationMode
- Int32
The tessellation mode.
- distanceBuffer
- SqlDouble
The distance buffer.
Returns
The initialize method.
- Attributes