SpatialTessellationFunction.FillRow 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Fills the cell parameters with tessellation property values from the specified object.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public Shared Sub FillRow ( _
    obj As Object, _
    <OutAttribute> ByRef cellId As Byte(), _
    <OutAttribute> ByRef cellAttributes As Byte, _
    <OutAttribute> ByRef cellIdLimit As Byte(), _
    <OutAttribute> ByRef wkbCoverage As Byte() _
)
‘사용 방법
Dim obj As Object 
Dim cellId As Byte()
Dim cellAttributes As Byte 
Dim cellIdLimit As Byte()
Dim wkbCoverage As Byte()

SpatialTessellationFunction.FillRow(obj, cellId, cellAttributes, _
    cellIdLimit, wkbCoverage)
public static void FillRow(
    Object obj,
    out byte[] cellId,
    out byte cellAttributes,
    out byte[] cellIdLimit,
    out byte[] wkbCoverage
)
public:
static void FillRow(
    Object^ obj, 
    [OutAttribute] array<unsigned char>^% cellId, 
    [OutAttribute] unsigned char% cellAttributes, 
    [OutAttribute] array<unsigned char>^% cellIdLimit, 
    [OutAttribute] array<unsigned char>^% wkbCoverage
)
static member FillRow : 
        obj:Object * 
        cellId:byte[] byref * 
        cellAttributes:byte byref * 
        cellIdLimit:byte[] byref * 
        wkbCoverage:byte[] byref -> unit
public static function FillRow(
    obj : Object, 
    cellId : byte[], 
    cellAttributes : byte, 
    cellIdLimit : byte[], 
    wkbCoverage : byte[]
)

매개 변수

  • obj
    유형: System.Object
    The object used to fill the cell parameters.
  • cellId
    유형: array<System.Byte[]%
    When this method returns, contains the array cell identifier.
  • cellAttributes
    유형: System.Byte%
    When this method returns, contains the cell attribute.
  • cellIdLimit
    유형: array<System.Byte[]%
    When this method returns, contains the array cell identifier limit.
  • wkbCoverage
    유형: array<System.Byte[]%
    When this method returns, contains the Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation of the grid coverage.

참고 항목

참조

SpatialTessellationFunction 클래스

Microsoft.SqlServer.Types 네임스페이스