Метод GeographyTessellationFunction.FillRow (Object, SqlBytes, Int16, Int32)
Этот API поддерживает инфраструктуру продукт, и его не следует использовать напрямую из кода.
Заполняет строку для GeographyTessellationFunction.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
public static void FillRow(
object obj,
out SqlBytes cellId,
out short cellAttributes,
out int spatialReferenceId
)
public:
static void FillRow(
Object^ obj,
[OutAttribute] SqlBytes^% cellId,
[OutAttribute] short% cellAttributes,
[OutAttribute] int% spatialReferenceId
)
static member FillRow :
obj:Object *
cellId:SqlBytes byref *
cellAttributes:int16 byref *
spatialReferenceId:int byref -> unit
Public Shared Sub FillRow (
obj As Object,
<OutAttribute> ByRef cellId As SqlBytes,
<OutAttribute> ByRef cellAttributes As Short,
<OutAttribute> ByRef spatialReferenceId As Integer
)
Параметры
obj
Type: System.ObjectОбъект.
cellId
Type: System.Data.SqlTypes.SqlBytesИдентификатор ячейки.
cellAttributes
Type: System.Int16Атрибуты ячейки.
spatialReferenceId
Type: System.Int32Идентификатор пространственной ссылки.
См. также
Класс GeographyTessellationFunction
Пространство имен Microsoft.SqlServer.Types
Вернуться в начало