共用方式為


SpatialGridCoverage.FillRow 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Fills the grid 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 id As Integer, _
    <OutAttribute> ByRef attribute As Byte, _
    <OutAttribute> ByRef wkb As Byte() _
)
'用途
Dim obj As Object 
Dim id As Integer 
Dim attribute As Byte 
Dim wkb As Byte()

SpatialGridCoverage.FillRow(obj, id, attribute, wkb)
public static void FillRow(
    Object obj,
    out int id,
    out byte attribute,
    out byte[] wkb
)
public:
static void FillRow(
    Object^ obj, 
    [OutAttribute] int% id, 
    [OutAttribute] unsigned char% attribute, 
    [OutAttribute] array<unsigned char>^% wkb
)
static member FillRow : 
        obj:Object * 
        id:int byref * 
        attribute:byte byref * 
        wkb:byte[] byref -> unit
public static function FillRow(
    obj : Object, 
    id : int, 
    attribute : byte, 
    wkb : byte[]
)

參數

  • obj
    型別:System.Object
    The object used to fill the grid cell parameters.
  • id
    型別:System.Int32%
    When this method returns, contains the label identifier of the grid cell.
  • attribute
    型別:System.Byte%
    When this method returns, contains the coverage attributes of the grid cell.
  • wkb
    型別:array<System.Byte[]%
    When this method returns, contains the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of the grid cell.

請參閱

參考

SpatialGridCoverage 類別

Microsoft.SqlServer.Types 命名空間