SpatialGridCoverage.FillRow 方法 (Object, Int32, Byte, Byte )

 

此 API 支持 产品 基础结构,不应从代码直接使用。

使用来自指定对象的分割方案属性值填充网格单元参数。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

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 Shared Sub FillRow (
    obj As Object,
    <OutAttribute> ByRef id As Integer,
    <OutAttribute> ByRef attribute As Byte,
    <OutAttribute> ByRef wkb As Byte()
)

参数

  • obj
    Type: System.Object

    用于填充网格单元参数的对象。

  • id
    Type: System.Int32

    当此方法返回时,包含网格单元的标签标识符。

  • attribute
    Type: System.Byte

    当此方法返回时,包含网格单元的覆盖属性。

  • wkb
    Type: System.Byte[]

    当此方法返回时,包含网格单元的开放地理空间联盟 (OGC) 熟知二进制 (WKB) 表示形式。

另请参阅

SpatialGridCoverage 类
Microsoft.SqlServer.Types 命名空间

返回页首