GeometryTessellationFunction.FillRow 方法 (Object, SqlBytes, Int16, Int32)

 

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

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

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

语法

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 Shared Sub FillRow (
    obj As Object,
    <OutAttribute> ByRef cellId As SqlBytes,
    <OutAttribute> ByRef cellAttributes As Short,
    <OutAttribute> ByRef spatialReferenceId As Integer
)

参数

  • cellAttributes
    Type: System.Int16

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

  • spatialReferenceId
    Type: System.Int32

    当此方法返回时,包含单元的空间引用标识符。

另请参阅

GeometryTessellationFunction 类
Microsoft.SqlServer.Types 命名空间

返回页首