SpatialTessellationFunction.FillRow (Método) (Object, Byte[], Byte, Byte[], Byte )
Esta API admite la infraestructura de product y no está pensada para usarse directamente desde su código.
Rellena los parámetros de celda con valores de propiedad de teselación del objeto especificado.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
public static void FillRow(
object obj,
out byte[] cellId,
out byte cellAttributes,
out byte[] cellIdLimit,
out byte[] wkbCoverage
)
public:
static void FillRow(
Object^ obj,
[OutAttribute] array<unsigned char>^% cellId,
[OutAttribute] unsigned char% cellAttributes,
[OutAttribute] array<unsigned char>^% cellIdLimit,
[OutAttribute] array<unsigned char>^% wkbCoverage
)
static member FillRow :
obj:Object *
cellId:byte[] byref *
cellAttributes:byte byref *
cellIdLimit:byte[] byref *
wkbCoverage:byte[] byref -> unit
Public Shared Sub FillRow (
obj As Object,
<OutAttribute> ByRef cellId As Byte(),
<OutAttribute> ByRef cellAttributes As Byte,
<OutAttribute> ByRef cellIdLimit As Byte(),
<OutAttribute> ByRef wkbCoverage As Byte()
)
Parámetros
obj
Type: System.ObjectObjeto usado para rellenar los parámetros de celda.
cellId
Type: System.Byte[]Cuando este método realiza la devolución, contiene el identificador de celda de matriz.
cellAttributes
Type: System.ByteCuando este método realiza la devolución, contiene el atributo de celda.
cellIdLimit
Type: System.Byte[]Cuando este método realiza la devolución, contiene el límite de identificador de celda de matriz.
wkbCoverage
Type: System.Byte[]Cuando este método realiza la devolución, contiene la representación Well-Known Binary (WKB) de Open Geospatial Consortium (OGC) de la cobertura de cuadrícula.
Vea también
SpatialTessellationFunction (Clase)
Microsoft.SqlServer.Types (Espacio de nombres)
Volver al principio