SpatialTessellationFunction.GetId 메서드

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

Gets the cell identifier from the specified object.

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

구문

‘선언
Public Shared Function GetId ( _
    obj As Object _
) As String
‘사용 방법
Dim obj As Object 
Dim returnValue As String 

returnValue = SpatialTessellationFunction.GetId(obj)
public static string GetId(
    Object obj
)
public:
static String^ GetId(
    Object^ obj
)
static member GetId : 
        obj:Object -> string
public static function GetId(
    obj : Object
) : String

매개 변수

  • obj
    유형: System.Object
    The object to get the identifier from.

반환 값

유형: System.String
The String that the represents the cell identifier.

참고 항목

참조

SpatialTessellationFunction 클래스

Microsoft.SqlServer.Types 네임스페이스