この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
GeographyTessellationFunction の行を埋めます。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
Public Shared Sub FillRow ( _
obj As Object, _
<OutAttribute> ByRef cellId As SqlBytes, _
<OutAttribute> ByRef cellAttributes As Short, _
<OutAttribute> ByRef spatialReferenceId As Integer _
)
'使用
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
)
パラメーター
- obj
型: System.Object
オブジェクトです。
- cellId
型: System.Data.SqlTypes.SqlBytes%
セルの識別子です。
- cellAttributes
型: System.Int16%
セルの属性です。
- spatialReferenceId
型: System.Int32%
SRID (Spatial Reference Identifier) です。