Freigeben über


SpatialTessellationFunction.GetId-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Parameter

Rückgabewert

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

Siehe auch

Verweis

SpatialTessellationFunction Klasse

Microsoft.SqlServer.Types-Namespace