Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Fills the row for the GeographyTessellationFunction.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Shared Sub FillRow ( _
obj As Object, _
<OutAttribute> ByRef cellId As SqlBytes, _
<OutAttribute> ByRef cellAttributes As Short, _
<OutAttribute> ByRef spatialReferenceId As Integer _
)
'Utilisation
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
)
Paramètres
- obj
Type : System.Object
The object.
- cellId
Type : System.Data.SqlTypes.SqlBytes%
The cell identifier.
- cellAttributes
Type : System.Int16%
The cell attributes.
- spatialReferenceId
Type : System.Int32%
The spatial reference identifier.