Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Fills the row for the GeographyTessellationFunction.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Shared Sub FillRow ( _
obj As Object, _
<OutAttribute> ByRef cellId As SqlBytes, _
<OutAttribute> ByRef cellAttributes As Short, _
<OutAttribute> ByRef spatialReferenceId As Integer _
)
'Usage
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
)
Parameter
- obj
Typ: System.Object
The object.
- cellId
Typ: System.Data.SqlTypes.SqlBytes%
The cell identifier.
- cellAttributes
Typ: System.Int16%
The cell attributes.
- spatialReferenceId
Typ: System.Int32%
The spatial reference identifier.