GeographyTessellationFunction.InitMethod Método

Definición

Devuelve un método de inicialización enumerable para .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

Parámetros

geographyObject
SqlGeography

Objeto geography.

densityGrid0
Int32

Cuadrícula de densidad.

densityGrid1
Int32

Cuadrícula de densidad.

densityGrid2
Int32

Cuadrícula de densidad.

densityGrid3
Int32

Cuadrícula de densidad.

cardinality
Int32

Cardinalidad

tessellationMode
Int32

Modo de teselación.

distanceBuffer
SqlDouble

Búfer de distancia.

Devoluciones

Método initialize.

Atributos

Se aplica a