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 grid cell parameters with tessellation property values from the specified object.
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 id As Integer, _
<OutAttribute> ByRef attribute As Byte, _
<OutAttribute> ByRef wkb As Byte() _
)
'Utilisation
Dim obj As Object
Dim id As Integer
Dim attribute As Byte
Dim wkb As Byte()
SpatialGridCoverage.FillRow(obj, id, attribute, wkb)
public static void FillRow(
Object obj,
out int id,
out byte attribute,
out byte[] wkb
)
public:
static void FillRow(
Object^ obj,
[OutAttribute] int% id,
[OutAttribute] unsigned char% attribute,
[OutAttribute] array<unsigned char>^% wkb
)
static member FillRow :
obj:Object *
id:int byref *
attribute:byte byref *
wkb:byte[] byref -> unit
public static function FillRow(
obj : Object,
id : int,
attribute : byte,
wkb : byte[]
)
Paramètres
- obj
Type : System.Object
The object used to fill the grid cell parameters.
- id
Type : System.Int32%
When this method returns, contains the label identifier of the grid cell.
- attribute
Type : System.Byte%
When this method returns, contains the coverage attributes of the grid cell.
- wkb
Type : array<System.Byte[]%
When this method returns, contains the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of the grid cell.