SpatialTessellationFunction.FillRow 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Fills the cell parameters with tessellation property values from the specified object.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
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() _
)
用法
Dim obj As Object 
Dim cellId As Byte()
Dim cellAttributes As Byte 
Dim cellIdLimit As Byte()
Dim wkbCoverage As Byte()

SpatialTessellationFunction.FillRow(obj, cellId, cellAttributes, _
    cellIdLimit, wkbCoverage)
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 static function FillRow(
    obj : Object, 
    cellId : byte[], 
    cellAttributes : byte, 
    cellIdLimit : byte[], 
    wkbCoverage : byte[]
)

参数

  • obj
    类型:System.Object
    The object used to fill the cell parameters.
  • cellId
    类型:array<System.Byte[]%
    When this method returns, contains the array cell identifier.
  • cellAttributes
    类型:System.Byte%
    When this method returns, contains the cell attribute.
  • cellIdLimit
    类型:array<System.Byte[]%
    When this method returns, contains the array cell identifier limit.
  • wkbCoverage
    类型:array<System.Byte[]%
    When this method returns, contains the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of the grid coverage.

请参阅

参考

SpatialTessellationFunction 类

Microsoft.SqlServer.Types 命名空间