共用方式為


GeographyTessellationFunction.FillRow 方法

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

Fills the row for the GeographyTessellationFunction.

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
Public Shared Sub FillRow ( _
    obj As Object, _
    <OutAttribute> ByRef cellId As SqlBytes, _
    <OutAttribute> ByRef cellAttributes As Short, _
    <OutAttribute> ByRef spatialReferenceId As Integer _
)
'用途
Dim obj As Object 
Dim cellId As SqlBytes 
Dim cellAttributes As Short 
Dim spatialReferenceId As Integer 

GeographyTessellationFunction.FillRow(obj, cellId, cellAttributes, _
    spatialReferenceId)
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 static function FillRow(
    obj : Object, 
    cellId : SqlBytes, 
    cellAttributes : short, 
    spatialReferenceId : int
)

參數

  • cellAttributes
    型別:System.Int16%
    The cell attributes.
  • spatialReferenceId
    型別:System.Int32%
    The spatial reference identifier.

請參閱

參考

GeographyTessellationFunction 類別

Microsoft.SqlServer.Types 命名空間