SpatialTessellationFunction.GetId Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the cell identifier from the specified object.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public Shared Function GetId ( _
    obj As Object _
) As String
'Usage
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

Parameters

Return Value

Type: System.String
The String that the represents the cell identifier.

See Also

Reference

SpatialTessellationFunction Class

Microsoft.SqlServer.Types Namespace