Метод GeographyTessellationFunction.FillRow
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Fills the row for the GeographyTessellationFunction.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public Shared Sub FillRow ( _
obj As Object, _
<OutAttribute> ByRef cellId As SqlBytes, _
<OutAttribute> ByRef cellAttributes As Short, _
<OutAttribute> ByRef spatialReferenceId As Integer _
)
'Применение
Dim obj As Object
Dim cellId As SqlBytes
Dim cellAttributes As Short
Dim spatialReferenceId As Integer
GeographyTessellationFunction.FillRow(obj, cellId, cellAttributes, _
spatialReferenceId)
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 static function FillRow(
obj : Object,
cellId : SqlBytes,
cellAttributes : short,
spatialReferenceId : int
)
Параметры
- obj
Тип: System.Object
The object.
- cellId
Тип: System.Data.SqlTypes.SqlBytes%
The cell identifier.
- cellAttributes
Тип: System.Int16%
The cell attributes.
- spatialReferenceId
Тип: System.Int32%
The spatial reference identifier.