Метод GeographyTessellationFunction.InitMethod (SqlGeography, Int32, Int32, Int32, Int32, Int32, Int32, SqlDouble)
Этот API поддерживает инфраструктуру продукт, и его не следует использовать напрямую из кода.
Возвращает перечислимый метод инициализации для функции GeographyTessellationFunction.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
[SqlFunctionAttribute(FillRowMethodName = "FillRow")]
public static IEnumerable InitMethod(
SqlGeography geographyObject,
int densityGrid0,
int densityGrid1,
int densityGrid2,
int densityGrid3,
int cardinality,
int tessellationMode,
SqlDouble distanceBuffer
)
public:
[SqlFunctionAttribute(FillRowMethodName = "FillRow")]
static IEnumerable^ InitMethod(
SqlGeography^ geographyObject,
int densityGrid0,
int densityGrid1,
int densityGrid2,
int densityGrid3,
int cardinality,
int tessellationMode,
SqlDouble distanceBuffer
)
[<SqlFunctionAttribute(FillRowMethodName = "FillRow")>]
static member InitMethod :
geographyObject:SqlGeography *
densityGrid0:int *
densityGrid1:int *
densityGrid2:int *
densityGrid3:int *
cardinality:int *
tessellationMode:int *
distanceBuffer:SqlDouble -> IEnumerable
<SqlFunctionAttribute(FillRowMethodName := "FillRow")>
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
Type: Microsoft.SqlServer.Types.SqlGeographyГеографический объект.
densityGrid0
Type: System.Int32Сетка плотности.
densityGrid1
Type: System.Int32Сетка плотности.
densityGrid2
Type: System.Int32Сетка плотности.
densityGrid3
Type: System.Int32Сетка плотности.
cardinality
Type: System.Int32Количество элементов
tessellationMode
Type: System.Int32Режим тесселяции.
distanceBuffer
Type: System.Data.SqlTypes.SqlDoubleБуфер расстояния.
Возвращаемое значение
Type: System.Collections.IEnumerable
Метод инициализации.
См. также
Класс GeographyTessellationFunction
Пространство имен Microsoft.SqlServer.Types
Вернуться в начало