Partager via


GeographyTessellationFunction.FillRow méthode (Object, SqlBytes, Int16, Int32)

 

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre code.

Remplit la ligne pour GeographyTessellationFunction.

Espace de noms:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)

Syntaxe

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
)

Paramètres

  • spatialReferenceId
    Type: System.Int32

    Identificateur de référence spatiale

Voir aussi

GeographyTessellationFunction classe
Microsoft.SqlServer.Types espace de noms

Retour au début