Compartir a través de


GeometryTessellationFunction.FillRow Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Shared Sub FillRow ( _
    obj As Object, _
    <OutAttribute> ByRef cellId As SqlBytes, _
    <OutAttribute> ByRef cellAttributes As Short, _
    <OutAttribute> ByRef spatialReferenceId As Integer _
)
'Uso
Dim obj As Object 
Dim cellId As SqlBytes 
Dim cellAttributes As Short 
Dim spatialReferenceId As Integer 

GeometryTessellationFunction.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
)

Parámetros

  • obj
    Tipo: System.Object
    The object used to fill the cell parameters.
  • cellAttributes
    Tipo: System.Int16%
    When this method returns, contains the coverage attributes of the cell.
  • spatialReferenceId
    Tipo: System.Int32%
    When this method returns, contains the spatial reference identifier of the cell.

Vea también

Referencia

GeometryTessellationFunction Clase

Espacio de nombres Microsoft.SqlServer.Types